Message ID | 20231221064445.14761-1-vapier@gentoo.org |
---|---|
State | New |
Headers | |
Series | [PATCH/committed] sim: rx: add missing break to memory write | |
Checks
Context | Check | Description |
---|---|---|
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 | success | Testing passed |
linaro-tcwg-bot/tcwg_gdb_build--master-arm | warning | Patch is already merged |
linaro-tcwg-bot/tcwg_gdb_check--master-aarch64 | success | Testing passed |
Commit Message
diff --git a/sim/rx/mem.c b/sim/rx/mem.c index 2cba4cb3662d..83e23023f943 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