aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/obj.h')
-rw-r--r--src/obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/obj.h b/src/obj.h
index bd34c8a..d898c55 100644
--- a/src/obj.h
+++ b/src/obj.h
@@ -33,7 +33,7 @@ void objini(const char *infile, const char *outfile);
void objdeffunc(internstr nam, bool globl, uint off, uint siz);
enum section objhassym(internstr name, uint *off);
uint objnewdat(internstr name, enum section, bool globl, uint siz, uint align);
-void objreloc(internstr sym, enum relockind, enum section, uint off, vlong addend);
+void objreloc(internstr sym, enum relockind, enum section, uint off, s64int addend);
void objfini(void);
/* vim:set ts=3 sw=3 expandtab: */