Fix stack effect of param-reg-[12] on x86.3C2
parent
9081247e34
commit
6f0ec04310
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue