]> git.proxmox.com Git - qemu.git/commit
target-sh4: cleanup DisasContext
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 16 Sep 2012 11:12:21 +0000 (13:12 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 21 Sep 2012 17:53:16 +0000 (19:53 +0200)
commit7a64244fda7b9b6257de30cfe93498ccd6017630
tree9bd36f4131fade391d40f4c6d05e222cb60d5895
parent1012740098d0307ce5d957ebbe9a7f020da7f574
target-sh4: cleanup DisasContext

We should avoid accessing env at translation stage, except of course for
static values like the supported features.

Remove variables copied from env in DisasContext and use the TB flags
instead.

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