"word" now is always a long
This commit is contained in:
parent
410bfa3cb2
commit
5889533297
|
@ -22,9 +22,9 @@
|
||||||
|
|
||||||
#define loc_off "%d(bp)"
|
#define loc_off "%d(bp)"
|
||||||
#define arg_off "4+%d(bp)"
|
#define arg_off "4+%d(bp)"
|
||||||
#define hol_off "%d+hol%d"
|
#define hol_off "%ld+hol%d"
|
||||||
|
|
||||||
#define con_cst(x) fprintf(codefile,".data2\t%d\n",x)
|
#define con_cst(x) fprintf(codefile,".data2\t%ld\n",x)
|
||||||
#define con_ilb(x) fprintf(codefile,".data2\t%s\n",x)
|
#define con_ilb(x) fprintf(codefile,".data2\t%s\n",x)
|
||||||
#define con_dlb(x) fprintf(codefile,".data2\t%s\n",x)
|
#define con_dlb(x) fprintf(codefile,".data2\t%s\n",x)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue