fix c_to_factor stack alignment

db4
Phil Dawes 2009-09-24 20:18:42 +01:00
parent 6bb647d308
commit 8173ef4710
1 changed files with 0 additions and 2 deletions

View File

@ -48,9 +48,7 @@ DEF(F_FASTCALL void,c_to_factor,(CELL quot, void *vm)):
/* Save stack pointer */
lea -CELL_SIZE(STACK_REG),ARG0
push ARG1 /* save vm ptr */
call MANGLE(save_callstack_bottom)
pop ARG1
/* Call quot-xt */
mov NV_TEMP_REG,ARG0