VM: Allow the C compiler to choose FP_REG on ARM.
authorMark H Weaver <mhw@netris.org>
Sat, 20 Sep 2014 07:59:51 +0000 (03:59 -0400)
committerMark H Weaver <mhw@netris.org>
Sat, 20 Sep 2014 09:40:24 +0000 (05:40 -0400)
commitbed025bd2569b1c033f24d7d9e660e39ebf65cac
treebd957870fc97ed5694afe92b5056ce0cfbcfea20
parent156119b0223cf14d335ebda84701a69b2ba95757
VM: Allow the C compiler to choose FP_REG on ARM.

Reported by Rob Browning <rlb@defaultvalue.org>.

* libguile/vm-engine.h (IP_REG)[__arm__]: Remove explicit register
  choice ("r7") for FP_REG, which was reported to cause compilation
  failures on ARM.
libguile/vm-engine.h