public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: rx: add missing break to memory write
@ 2023-12-21  6:45 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2023-12-21  6:45 UTC (permalink / raw)
  To: gdb-cvs

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

commit c31d7253d2d3bee10388a4908a4bffb0d0011c0a
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Dec 21 01:36:40 2023 -0500

    sim: rx: add missing break to memory write
    
    It doesn't seem like we want to keep executing the next block of code
    after processing the request.

Diff:
---
 sim/rx/mem.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sim/rx/mem.c b/sim/rx/mem.c
index 2cba4cb3662..83e23023f94 100644
--- a/sim/rx/mem.c
+++ b/sim/rx/mem.c
@@ -324,6 +324,7 @@ mem_put_byte (unsigned int address, unsigned char value)
 	  halt_pipeline_stats ();
 	else
 	  reset_pipeline_stats ();
+	break;
       }
 #endif

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

only message in thread, other threads:[~2023-12-21  6:45 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:45 [binutils-gdb] sim: rx: add missing break to memory write 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).