VM: Support 32-bit x86 in ASM_ADD and ASM_SUB.
authorMark H Weaver <mhw@netris.org>
Sat, 3 Aug 2013 18:58:28 +0000 (14:58 -0400)
committerMark H Weaver <mhw@netris.org>
Sat, 3 Aug 2013 19:02:41 +0000 (15:02 -0400)
commit9f6211707b186e182aa1debfb52323bfa9fd26de
tree0e93ffa073a1da670cf015bbca8019b861179f4e
parentddf4ff2475515692f04f1e89256f1d1d993b5ef9
VM: Support 32-bit x86 in ASM_ADD and ASM_SUB.

* libguile/vm-i-scheme.c (_CX): New macro.
  (ASM_ADD, ASM_SUB): Replace references to "rcx" with _CX.
libguile/vm-i-scheme.c