diff options
| author | 2026-03-07 03:20:05 +1100 | |
|---|---|---|
| committer | 2026-03-07 03:22:56 +1100 | |
| commit | 1f7fa43c3d2692d3523e8b72a24e04fff7c30a57 (patch) | |
| tree | 404cc315d6e97ea55456270d3e2195b661a35a2a /src/devices/cpu/sh | |
| parent | 0edf02aea873379876de8b42a8cfd00bd1967cc9 (diff) | |
cpu/sharc: Implemented a bit more functionality and fixed bugs:
* Implemented short word sign extension.
* Fixed DAG2 (PM) register display in debugger.
* Track AF dependencies when analysing instructions.
* Log analysed instructions when logging UML code.
* Removed misplaced break in cpu/sharc/sharcfe.cpp.
* cpu/uml.h: Let C functions take any pointer/reference parameter.
Diffstat (limited to 'src/devices/cpu/sh')
| -rw-r--r-- | src/devices/cpu/sh/sh_fe.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/sh/sh_fe.cpp b/src/devices/cpu/sh/sh_fe.cpp index a557109f7b7..6e888dedd3b 100644 --- a/src/devices/cpu/sh/sh_fe.cpp +++ b/src/devices/cpu/sh/sh_fe.cpp @@ -13,6 +13,8 @@ #include "cpu/drcfe.ipp" +#include <iostream> + /*------------------------------------------------- |
