]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-m68k: avoid using cpu_single_env
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 8 Sep 2012 10:48:20 +0000 (10:48 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:07 +0000 (01:42 -0500)
commite67d4921fdfe42f3bbea3eaa40c4db496d3637ea
tree96d877cb252fc270009320acab4209afd4e0778a
parent3654ef451eca2386700a70aeb0073eb7a47ec3d4
target-m68k: avoid using cpu_single_env

Pass around CPUState instead of using global cpu_single_env.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-m68k/translate.c