Revision 9fddaa0c target-ppc/exec.h

b/target-ppc/exec.h
119 119

  
120 120
#endif /* !defined(CONFIG_USER_ONLY) */
121 121

  
122
int check_exception_state (CPUState *env);
123

  
124
void do_queue_exception_err (uint32_t exception, int error_code);
125
void do_queue_exception (uint32_t exception);
126
void do_process_exceptions (void);
127
void do_check_exception_state (void);
122
void do_raise_exception_err (uint32_t exception, int error_code);
123
void do_raise_exception (uint32_t exception);
128 124

  
129 125
void do_load_cr (void);
130 126
void do_store_cr (uint32_t mask);

Also available in: Unified diff