| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- Fixes single stepping in debugger.
|
| |
|
|
|
|
|
|
|
| |
- Fixed NZCVT flags to properly save state when function returns.
- Fixed counter to keep track of the actual number of instructions executed.
- Fixed single-step mode to only execute one instruction at a time.
- DefaultIni: Removed comment that no longer applied to dyncom.
|
|
|
|
| |
This was automated using `clang-modernize`.
|
|
|
|
| |
Added license header back in. I originally removed this because I mostly rewrote the file, but meh
|
| |
|
|
Fixed typo (make protected member public)
Added license header back in. I originally removed this because I mostly rewrote the file, but meh
ARM: Fixed a type error in dyncom interpreter.
ARM: Updated dyncom to use unique_ptr for internal ARM state.
|