aboutsummaryrefslogtreecommitdiffstats
path: root/target-mips
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2012-06-11 20:03:02 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-06-11 20:03:03 -0700
commit870f03672ca3513fe5d666f425942fda651f30ec (patch)
treeedb8492d6181a99db7a38337ee2239c06d97661e /target-mips
parent32167ca6cd795b619f4327d83f643a0805735ead (diff)
parent0b3979707c09e058442c22d046b326ce244edda1 (diff)
downloadexternal_qemu-870f03672ca3513fe5d666f425942fda651f30ec.zip
external_qemu-870f03672ca3513fe5d666f425942fda651f30ec.tar.gz
external_qemu-870f03672ca3513fe5d666f425942fda651f30ec.tar.bz2
Merge "Force emulator to quit if it's built w/o global register variable support"
Diffstat (limited to 'target-mips')
-rw-r--r--target-mips/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/exec.h b/target-mips/exec.h
index 0720366..0d55790 100644
--- a/target-mips/exec.h
+++ b/target-mips/exec.h
@@ -8,7 +8,7 @@
#include "dyngen-exec.h"
#include "cpu-defs.h"
-register struct CPUMIPSState *env asm(AREG0);
+GLOBAL_REGISTER_VARIABLE_DECL struct CPUMIPSState *env asm(AREG0);
#include "cpu.h"
#include "exec-all.h"