Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 200979
Collapse All | Expand All

(-)target-arm/cpu.h (+1 lines)
Lines 169-174 int cpu_arm_exec(CPUARMState *s); Link Here
169
void cpu_arm_close(CPUARMState *s);
211
void cpu_arm_close(CPUARMState *s);
170
void do_interrupt(CPUARMState *);
212
void do_interrupt(CPUARMState *);
171
void switch_mode(CPUARMState *, int);
213
void switch_mode(CPUARMState *, int);
214
uint32_t do_arm_semihosting(CPUARMState *env);
172
215
173
/* you can call this signal handler from your SIGBUS and SIGSEGV
216
/* you can call this signal handler from your SIGBUS and SIGSEGV
174
   signal handlers to inform the virtual CPU of exceptions. non zero
217
   signal handlers to inform the virtual CPU of exceptions. non zero

Return to bug 200979