mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
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.
This commit is contained in:
parent
4935610a57
commit
c31d7253d2
@ -324,6 +324,7 @@ mem_put_byte (unsigned int address, unsigned char value)
|
||||
halt_pipeline_stats ();
|
||||
else
|
||||
reset_pipeline_stats ();
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user