diff options
| author | bunnei <bunneidev@gmail.com> | 2014-11-09 01:26:03 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2014-11-11 19:53:19 -0500 |
| commit | 34097906684a80f1e131653ebb13659090c5233c (patch) | |
| tree | 762b0ba25ee315d43d3b1463b7cde2b0d5d25dde /src/core/arm/dyncom/arm_dyncom_interpreter.h | |
| parent | ac8b38e54d2a22754b146944dfa27c240a2b6921 (diff) | |
ARM: Fixed several dyncom bugs.
- 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.
Diffstat (limited to 'src/core/arm/dyncom/arm_dyncom_interpreter.h')
| -rw-r--r-- | src/core/arm/dyncom/arm_dyncom_interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/dyncom/arm_dyncom_interpreter.h b/src/core/arm/dyncom/arm_dyncom_interpreter.h index d73f8f65f..c65eb23f7 100644 --- a/src/core/arm/dyncom/arm_dyncom_interpreter.h +++ b/src/core/arm/dyncom/arm_dyncom_interpreter.h @@ -4,4 +4,4 @@ #pragma once -void InterpreterMainLoop(ARMul_State* state); +unsigned InterpreterMainLoop(ARMul_State* state); |
