Home
last modified time | relevance | path

Searched refs:exit_code (Results 1 – 1 of 1) sorted by relevance

/hal_altera-3.6.0-3.5.0-3.4.0/include/sys/
Dalt_sim.h50 static ALT_INLINE ALT_ALWAYS_INLINE void alt_sim_halt(int exit_code) in alt_sim_halt() argument
52 register int r2 asm ("r2") = exit_code; in alt_sim_halt()
86 #define ALT_SIM_HALT(exit_code) \ argument
87 alt_sim_halt(exit_code)