Searched refs:exit_code (Results 1 – 1 of 1) sorted by relevance
50 static ALT_INLINE ALT_ALWAYS_INLINE void alt_sim_halt(int exit_code) in alt_sim_halt() argument52 register int r2 asm ("r2") = exit_code; in alt_sim_halt()86 #define ALT_SIM_HALT(exit_code) \ argument87 alt_sim_halt(exit_code)