diff options
Diffstat (limited to 'sim/common/sim-hw.h')
-rw-r--r-- | sim/common/sim-hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-hw.h b/sim/common/sim-hw.h index 1e0d3b3..e85cecc 100644 --- a/sim/common/sim-hw.h +++ b/sim/common/sim-hw.h @@ -49,7 +49,7 @@ void sim_hw_abort (SIM_DESC sd, struct hw *hw, const char *fmt, - ...) __attribute__ ((format (printf, 3, 4))); + ...) __attribute__ ((format (printf, 3, 4), noreturn)); |