]> git.proxmox.com Git - qemu.git/commit - target-cris/translate.c
target-cris: Switch to AREG0 free mode
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 7 Sep 2012 14:13:27 +0000 (16:13 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 15 Sep 2012 17:44:33 +0000 (17:44 +0000)
commitcf7e0c80aa21620ca36161faff7e0ce4f7b866ac
tree9b349fa2587b0401850f2e1c4f79688008067c0b
parentfebc9920c66dd51245c2ca2ee88ada2aa5d0a63e
target-cris: Switch to AREG0 free mode

Add an explicit CPUCRISState parameter instead of relying on AREG0, and
use cpu_ld* in translation and interrupt handling. Remove AREG0 swapping
in tlb_fill(). Switch to AREG0 free mode

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
configure
target-cris/Makefile.objs
target-cris/helper.c
target-cris/op_helper.c
target-cris/translate.c
target-cris/translate_v10.c