Revision 5fafdf24 target-ppc/cpu.h
b/target-ppc/cpu.h | ||
---|---|---|
1 | 1 |
/* |
2 | 2 |
* PowerPC emulation cpu definitions for qemu. |
3 |
*
|
|
3 |
* |
|
4 | 4 |
* Copyright (c) 2003-2007 Jocelyn Mayer |
5 | 5 |
* |
6 | 6 |
* This library is free software; you can redistribute it and/or |
... | ... | |
692 | 692 |
#if TARGET_GPR_BITS > HOST_LONG_BITS |
693 | 693 |
/* temporary fixed-point registers |
694 | 694 |
* used to emulate 64 bits target on 32 bits hosts |
695 |
*/
|
|
695 |
*/ |
|
696 | 696 |
ppc_gpr_t t0, t1, t2; |
697 | 697 |
#endif |
698 | 698 |
ppc_avr_t t0_avr, t1_avr, t2_avr; |
... | ... | |
828 | 828 |
/* you can call this signal handler from your SIGBUS and SIGSEGV |
829 | 829 |
signal handlers to inform the virtual CPU of exceptions. non zero |
830 | 830 |
is returned if the signal was handled by the virtual CPU. */ |
831 |
int cpu_ppc_signal_handler(int host_signum, void *pinfo,
|
|
831 |
int cpu_ppc_signal_handler(int host_signum, void *pinfo, |
|
832 | 832 |
void *puc); |
833 | 833 |
|
834 | 834 |
void do_interrupt (CPUPPCState *env); |
Also available in: Unified diff