32 bit in 64 bit code

This commit is contained in:
Vitor Santos Costa 2016-10-16 13:09:07 -05:00
parent 4c01fe8fe3
commit 1c2880fd1b

View File

@ -117,12 +117,12 @@ cmp_atoms(Atom a1, Atom a2)
} }
} }
static int compare_complex(register CELL *pt0, register CELL *pt0_end, register static Int compare_complex(register CELL *pt0, register CELL *pt0_end, register
CELL *pt1) CELL *pt1)
{ {
CACHE_REGS CACHE_REGS
register CELL **to_visit = (CELL **)HR; register CELL **to_visit = (CELL **)HR;
register int out = 0; register Int out = 0;
loop: loop:
while (pt0 < pt0_end) { while (pt0 < pt0_end) {