diff --git a/asm/segalloc.c b/asm/segalloc.c index 6d7a4202f..4f56cd7db 100644 --- a/asm/segalloc.c +++ b/asm/segalloc.c @@ -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) {