Skip to content
Snippets Groups Projects
  • Geo Ster's avatar
    40b83f7b
    Improve PC handling · 40b83f7b
    Geo Ster authored
    * Currently the way PC was logged was kinda broken, especially on branch
    delay slots where it would show the jump address instead. This doesn't
    affect the functionality but makes debugging a bit harder so to fix this,
    cache the PC together with the instruction being loaded to always have
    the correct address.
    40b83f7b
    History
    Improve PC handling
    Geo Ster authored
    * Currently the way PC was logged was kinda broken, especially on branch
    delay slots where it would show the jump address instead. This doesn't
    affect the functionality but makes debugging a bit harder so to fix this,
    cache the PC together with the instruction being loaded to always have
    the correct address.