Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion asm/segalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include "nasmlib.h"
#include "insns.h"

static int32_t next_seg = 2;
static int32_t next_seg = 0;

int32_t seg_alloc(void)
{
Expand Down