From 7a3f194486ad5c8e21c96a19dee37b14a1057580 Mon Sep 17 00:00:00 2001 From: bellard Date: Tue, 30 Sep 2003 20:36:07 +0000 Subject: sparc emulation target (thanx to Thomas M. Ogrisegg) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@386 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sparc/exec.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 target-sparc/exec.h (limited to 'target-sparc/exec.h') diff --git a/target-sparc/exec.h b/target-sparc/exec.h new file mode 100644 index 0000000000..72e4588f69 --- /dev/null +++ b/target-sparc/exec.h @@ -0,0 +1,16 @@ +#ifndef EXEC_SPARC_H +#define EXEC_SPARC_H 1 +#include "dyngen-exec.h" + +register struct CPUSPARCState *env asm(AREG0); +register uint32_t T0 asm(AREG1); +register uint32_t T1 asm(AREG2); +register uint32_t T2 asm(AREG3); + +#include "cpu.h" +#include "exec-all.h" + +void cpu_lock(void); +void cpu_unlock(void); +void cpu_loop_exit(void); +#endif -- cgit 1.4.1