2009-01-31 Rodrigo Kumpera <rkumpera@novell.com>
authorRodrigo Kumpera <kumpera@gmail.com>
Sat, 31 Jan 2009 03:51:38 +0000 (03:51 -0000)
committerRodrigo Kumpera <kumpera@gmail.com>
Sat, 31 Jan 2009 03:51:38 +0000 (03:51 -0000)
commit88ca29f7157322aeeffe08bb2186a5fef7ebcd4b
tree02a48e7e28a4a5fe90551db9658dd27d429c7890
parent63b95da54299caae352502575cccf3da80a55a4e
2009-01-31 Rodrigo Kumpera <rkumpera@novell.com>

* cpu-arm.md: Increase the size of storer8_membase_reg and
loadr8_membase_reg to 24 bytes to accomodate the extra add.

* mini-arm.c (mono_arch_output_basic_block): Under FPA, when emitting
OP_STORER8_MEMBASE_REG and OP_LOADR8_MEMBASE_REG, add the original
reg to LR otherwise we'll be loading/storing from just the offset.

svn path=/trunk/mono/; revision=125205
mono/mini/ChangeLog
mono/mini/cpu-arm.md
mono/mini/mini-arm.c