]> git.proxmox.com Git - mirror_qemu.git/blame - target-sparc/exec.h
sparc emulation target (thanx to Thomas M. Ogrisegg)
[mirror_qemu.git] / target-sparc / exec.h
CommitLineData
7a3f1944
FB
1#ifndef EXEC_SPARC_H
2#define EXEC_SPARC_H 1
3#include "dyngen-exec.h"
4
5register struct CPUSPARCState *env asm(AREG0);
6register uint32_t T0 asm(AREG1);
7register uint32_t T1 asm(AREG2);
8register uint32_t T2 asm(AREG3);
9
10#include "cpu.h"
11#include "exec-all.h"
12
13void cpu_lock(void);
14void cpu_unlock(void);
15void cpu_loop_exit(void);
16#endif