tcg/mips: don't use global pointer
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 21 Sep 2012 16:20:26 +0000 (18:20 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 22 Sep 2012 13:10:19 +0000 (15:10 +0200)
commit3314e0089f1bae4b0430f9bf3299c3b16d6ea32b
tree4f0f1192eda0bd4fca1b24c743b9fbfee1d51b82
parent5a0eed379ddff07f1c136c7acedd380b60eecd28
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>
tcg/mips/tcg-target.c