summaryrefslogtreecommitdiff
path: root/nasmlib.c
diff options
context:
space:
mode:
authorCharles Crayne <chuck@thor.crayne.org>2007-11-05 17:19:32 -0800
committerCharles Crayne <chuck@thor.crayne.org>2007-11-05 17:19:32 -0800
commit4e8563d5c4091d9340cb9ed130642c13165bd35f (patch)
tree8441f4e4edb0af9981f4ad631c114a400819141e /nasmlib.c
parent9c98769a33c4e8e9acbdce9dde602d8fdaca0e9e (diff)
downloadnasm-4e8563d5c4091d9340cb9ed130642c13165bd35f.tar.gz
nasm-4e8563d5c4091d9340cb9ed130642c13165bd35f.tar.bz2
nasm-4e8563d5c4091d9340cb9ed130642c13165bd35f.zip
Upgrade label functions to 64-bit
Diffstat (limited to 'nasmlib.c')
-rw-r--r--nasmlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nasmlib.c b/nasmlib.c
index a1a1af0..f065183 100644
--- a/nasmlib.c
+++ b/nasmlib.c
@@ -896,7 +896,7 @@ void null_debug_linenum(const char *filename, int32_t linenumber, int32_t segto)
(void)linenumber;
(void)segto;
}
-void null_debug_deflabel(char *name, int32_t segment, int32_t offset,
+void null_debug_deflabel(char *name, int32_t segment, int64_t offset,
int is_global, char *special)
{
(void)name;