From 6f0ec04310d7bfd47bacff62acefe549ab0ef1d0 Mon Sep 17 00:00:00 2001 From: "U-SLAVA-DFB8FF805\\Slava" Date: Mon, 24 Nov 2008 19:09:55 -0600 Subject: [PATCH] Fix stack effect of param-reg-[12] on x86.3C2 --- basis/cpu/x86/32/32.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 basis/cpu/x86/32/32.factor 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 ;