Fix stack effect of param-reg-[12] on x86.3C2

db4
U-SLAVA-DFB8FF805\Slava 2008-11-24 19:09:55 -06:00
parent 9081247e34
commit 6f0ec04310
1 changed files with 2 additions and 2 deletions

4
basis/cpu/x86/32/32.factor Normal file → Executable file
View File

@ -39,8 +39,8 @@ M:: x86.32 %dispatch ( src temp offset -- )
bi ;
! Registers for fastcall
M: x86.32 param-reg-1 drop EAX ;
M: x86.32 param-reg-2 drop EDX ;
M: x86.32 param-reg-1 EAX ;
M: x86.32 param-reg-2 EDX ;
M: x86.32 reserved-area-size 0 ;