diff options
-rw-r--r-- | sim/rx/mem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/rx/mem.c b/sim/rx/mem.c index 2cba4cb..83e2302 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 |