"word" is always a "long"
This commit is contained in:
parent
af7b083fd8
commit
410bfa3cb2
|
@ -18,9 +18,9 @@
|
||||||
#define dlb_fmt "_%d"
|
#define dlb_fmt "_%d"
|
||||||
#define hol_fmt "hol%d"
|
#define hol_fmt "hol%d"
|
||||||
|
|
||||||
#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)
|
||||||
|
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
#define dlb_fmt "_%d"
|
#define dlb_fmt "_%d"
|
||||||
#define hol_fmt "hol%d"
|
#define hol_fmt "hol%d"
|
||||||
|
|
||||||
#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