From: Mike Frysinger Date: Thu, 21 Dec 2023 06:36:40 +0000 (-0500) Subject: sim: rx: add missing break to memory write X-Git-Tag: binutils-2_42~465 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c31d7253d2d3bee10388a4908a4bffb0d0011c0a;p=thirdparty%2Fbinutils-gdb.git 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 --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