diff --git a/basis/cpu/x86/32/32.factor b/basis/cpu/x86/32/32.factor old mode 100644 new mode 100755 index ecf92b7ede..9fd1330757 --- a/basis/cpu/x86/32/32.factor +++ b/basis/cpu/x86/32/32.factor @@ -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 ;