Browse Source
1. Debug ROM wasn't actually writing 0xffffffff to the last word in Debug RAM after an exception happened. 2. Fix a race where debug interrupts were cleared before that write would have happened, so a debugger (gdbserver.cc in this case) might get the wrong idea about whether an exception happened or not. Why wasn't this wreaking havoc before?pull/56/head
committed by
Andrew Waterman
2 changed files with 12 additions and 10 deletions
Loading…
Reference in new issue