From 9508a5a0838c071a036b8bb19d9c72e18d125ded Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 6 Jan 2010 23:42:00 +1300 Subject: [PATCH] cpu.x86: don't have to pass VM pointer to quotations anymore --- basis/cpu/x86/32/32.factor | 1 - basis/cpu/x86/64/64.factor | 1 - 2 files changed, 2 deletions(-) diff --git a/basis/cpu/x86/32/32.factor b/basis/cpu/x86/32/32.factor index e741012bc4..f1cf0211d5 100644 --- a/basis/cpu/x86/32/32.factor +++ b/basis/cpu/x86/32/32.factor @@ -237,7 +237,6 @@ M: x86.32 %alien-indirect ( -- ) M: x86.32 %alien-callback ( quot -- ) EAX EDX %restore-context EAX swap %load-reference - EDX %mov-vm-ptr EAX quot-xt-offset [+] CALL EAX EDX %save-context ; diff --git a/basis/cpu/x86/64/64.factor b/basis/cpu/x86/64/64.factor index 071f45d127..2248567394 100644 --- a/basis/cpu/x86/64/64.factor +++ b/basis/cpu/x86/64/64.factor @@ -225,7 +225,6 @@ M: x86.64 %alien-indirect ( -- ) M: x86.64 %alien-callback ( quot -- ) param-reg-0 param-reg-1 %restore-context param-reg-0 swap %load-reference - param-reg-1 %mov-vm-ptr param-reg-0 quot-xt-offset [+] CALL param-reg-0 param-reg-1 %save-context ;