Upgrade label functions to 64-bit
[platform/upstream/nasm.git] / output / outas86.c
index 5dbdd41..ddac669 100644 (file)
@@ -173,7 +173,7 @@ static int as86_add_string(char *name)
     return pos;
 }
 
-static void as86_deflabel(char *name, int32_t segment, int32_t offset,
+static void as86_deflabel(char *name, int32_t segment, int64_t offset,
                           int is_global, char *special)
 {
     struct Symbol *sym;