Fix inline asm of VM numerical operations for x32.
authorMark H Weaver <mhw@netris.org>
Wed, 12 Feb 2014 19:28:03 +0000 (14:28 -0500)
committerMark H Weaver <mhw@netris.org>
Thu, 13 Feb 2014 01:53:55 +0000 (20:53 -0500)
commitf07fa851505c6f4e7040b10ca0e178901bd106ef
treed32c5e7cb0e0ce6057b44474652e903bc926b968
parente1d7a93bb286d691069d47063d1ce5baabd7a35d
Fix inline asm of VM numerical operations for x32.

* libguile/vm-i-scheme.c (_CX): Choose register size based on
  'SIZEOF_VOID_P' instead of '__x86_64__'.
libguile/vm-i-scheme.c