X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcpu%2Fx86%2F32%2F32.factor;h=cf84b083fe59ac60d05282bf6d7ed028f21dc65e;hp=95b65912d14e672add1b7bfa72c63481670f2d7b;hb=9e987e86427b4de5fd91994a1e18a93560e4802f;hpb=8d82741d55129f1d3eb90c3d10cd0a0c6234752b diff --git a/basis/cpu/x86/32/32.factor b/basis/cpu/x86/32/32.factor index 95b65912d1..cf84b083fe 100755 --- a/basis/cpu/x86/32/32.factor +++ b/basis/cpu/x86/32/32.factor @@ -26,10 +26,10 @@ M: x86.32 stack-reg ESP ; M: x86.32 temp-reg-1 ECX ; M: x86.32 temp-reg-2 EDX ; -M:: x86.32 %dispatch ( src temp offset -- ) +M:: x86.32 %dispatch ( src temp -- ) ! Load jump table base. src HEX: ffffffff ADD - offset cells rc-absolute-cell rel-here + 0 rc-absolute-cell rel-here ! Go src HEX: 7f [+] JMP ! Fix up the displacement above