]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/mips: don't use global pointer
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 21 Sep 2012 16:20:26 +0000 (18:20 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:09 +0000 (01:42 -0500)
commit8193cdd0d003de347e48c80e27ae0e92002dd6e5
tree5f1bba38bf2221e690e386c41572526fd39ae908
parentf25f0d7751a88c3a7fbaab9979cec095c6a7cdc6
tcg/mips: don't use global pointer

Don't use the global pointer in TCG, in case helpers try access global
variables.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/mips/tcg-target.c