public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: common: mark engine restart as noreturn
@ 2023-12-21  6:23 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2023-12-21  6:23 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c5190830dbb6c3c875d853b46d742c444fece838

commit c5190830dbb6c3c875d853b46d742c444fece838
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Dec 21 00:31:25 2023 -0500

    sim: common: mark engine restart as noreturn
    
    This helps the compiler with optimization and fixes fallthru warnings.

Diff:
---
 sim/common/sim-engine.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sim/common/sim-engine.h b/sim/common/sim-engine.h
index f027cdced5e..5d1f8fa48cb 100644
--- a/sim/common/sim-engine.h
+++ b/sim/common/sim-engine.h
@@ -88,7 +88,7 @@ extern void sim_engine_restart
 (SIM_DESC sd,
  sim_cpu *last_cpu, /* NULL -> in event-mgr */
  sim_cpu *next_cpu, /* NULL -> succ (last_cpu) or event-mgr */
- sim_cia cia);
+ sim_cia cia) ATTRIBUTE_NORETURN;
 
 /* Restart hook - allow target specific operation when restarting a
    simulator */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-21  6:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-21  6:23 [binutils-gdb] sim: common: mark engine restart as noreturn Michael Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).