summaryrefslogtreecommitdiff
path: root/target-cris/exec.h
diff options
context:
space:
mode:
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-27 20:24:59 +0000
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-27 20:24:59 +0000
commit31c18d87614063316b66faa6d7c05a876846488a (patch)
tree4634f78285c3a6d5757617715d9892c2f3cec84f /target-cris/exec.h
parent780e264fa42961c482e0d7266c5bde26d1939971 (diff)
downloadqemu-31c18d87614063316b66faa6d7c05a876846488a.tar.gz
CRIS: Remove cpu_T.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5552 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris/exec.h')
-rw-r--r--target-cris/exec.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/target-cris/exec.h b/target-cris/exec.h
index 123c5386cb..61714738d8 100644
--- a/target-cris/exec.h
+++ b/target-cris/exec.h
@@ -20,17 +20,8 @@
*/
#include "dyngen-exec.h"
-#if 1
register struct CPUCRISState *env asm(AREG0);
-/* This is only used for tb lookup. */
-register uint32_t T0 asm(AREG1);
-register uint32_t T1 asm(AREG2);
-#else
-struct CPUCRISState *env;
-/* This is only used for tb lookup. */
-uint32_t T0;
-uint32_t T1;
-#endif
+
#include "cpu.h"
#include "exec-all.h"