Fix a compile warning
parent
fac30d92c9
commit
bdf2cc8abe
|
@ -137,7 +137,7 @@ void finalize_code_block(F_COMPILED *relocating, CELL code_start,
|
||||||
CELL scan;
|
CELL scan;
|
||||||
|
|
||||||
if(relocating->finalized != false)
|
if(relocating->finalized != false)
|
||||||
critical_error("Finalizing a finalized block",relocating);
|
critical_error("Finalizing a finalized block",(CELL)relocating);
|
||||||
|
|
||||||
for(scan = words_start; scan < words_end; scan += CELLS)
|
for(scan = words_start; scan < words_end; scan += CELLS)
|
||||||
put(scan,untag_word(get(scan))->xt);
|
put(scan,untag_word(get(scan))->xt);
|
||||||
|
|
Loading…
Reference in New Issue