commit | 225b437649f6c883a10c295b9b93285e8dfef571 | [log] [tgz] |
---|---|---|
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | Fri May 23 12:55:11 2008 +0000 |
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | Fri May 23 12:55:11 2008 +0000 |
tree | aae0c7e222f22a0698c7e28985d59d60fa75fde4 | |
parent | bedba0cd074db0d581211056e52686ac4986afc6 [diff] |
Fix qemu_ld/st for mem_index > 0 on arm host. offsetof(CPUState, tlb_table[mem_index][0].addr_read) with mem_index > 0 was larger than max immediate offset for ldr and str (12-bit) so insert an additional insn to add the mem_index offset. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4542 c046a42c-6fe2-441c-8c8c-71466251a162