]> git.proxmox.com Git - mirror_qemu.git/commit - target-arm/translate.c
target-arm: fix bugs introduced by 1b2b1e547bd912b7d3c4863d0a0f75f6f38330ed
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 18 Oct 2009 14:00:18 +0000 (16:00 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 18 Oct 2009 14:00:18 +0000 (16:00 +0200)
commitdcc65026c4bd8b6fc569b3c1b990fbc8001f8f02
treed0d1260d7f18f040d6bb56e44d3d741e4fa5ec57
parent98a463171b9a73cd178c6986a83742cbe18375a4
target-arm: fix bugs introduced by 1b2b1e547bd912b7d3c4863d0a0f75f6f38330ed

Use load_reg_var() instead of accessing cpu_R[rn] directly to generate
correct code when rn = 15.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/translate.c