summaryrefslogtreecommitdiff
path: root/output/outobj.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 /output/outobj.c
parent9c98769a33c4e8e9acbdce9dde602d8fdaca0e9e (diff)
downloadnasm-4e8563d5c4091d9340cb9ed130642c13165bd35f.tar.gz
Upgrade label functions to 64-bit
Diffstat (limited to 'output/outobj.c')
-rw-r--r--output/outobj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/output/outobj.c b/output/outobj.c
index a39b4fff..6463d656 100644
--- a/output/outobj.c
+++ b/output/outobj.c
@@ -726,7 +726,7 @@ static void obj_ext_set_defwrt(struct External *ext, char *id)
}
static void obj_deflabel(char *name, int32_t segment,
- int32_t offset, int is_global, char *special)
+ int64_t offset, int is_global, char *special)
{
/*
* We have three cases:
@@ -2407,7 +2407,7 @@ static void dbgbi_linnum(const char *lnfname, int32_t lineno, int32_t segto)
}
static void dbgbi_deflabel(char *name, int32_t segment,
- int32_t offset, int is_global, char *special)
+ int64_t offset, int is_global, char *special)
{
struct Segment *seg;