fix c_to_factor stack alignment

Phil Dawes 2009-09-24 20:18:42 +01:00
parent 0583e849af
commit eb2a376a06
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