diff options
| author | bunnei <bunneidev@gmail.com> | 2015-04-07 23:03:08 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2015-04-07 23:03:08 -0400 |
| commit | 114126b2166d302b7c6a11405ac390f7c7e07dad (patch) | |
| tree | 9cc7175f6500080417cd09c01babf7c86dd46f1d /src/core/arm/dyncom/arm_dyncom_thumb.cpp | |
| parent | e630fd2a95f01284b0e19adaae49bd0db1ebbbe3 (diff) | |
| parent | a6c9e453b24ba5372eab56bed1ce9abdad2177a1 (diff) | |
Merge pull request #688 from lioncash/unused
dyncom: Remove unnecessary enum and typedef
Diffstat (limited to 'src/core/arm/dyncom/arm_dyncom_thumb.cpp')
| -rw-r--r-- | src/core/arm/dyncom/arm_dyncom_thumb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/dyncom/arm_dyncom_thumb.cpp b/src/core/arm/dyncom/arm_dyncom_thumb.cpp index e30d515fb..bfb45f104 100644 --- a/src/core/arm/dyncom/arm_dyncom_thumb.cpp +++ b/src/core/arm/dyncom/arm_dyncom_thumb.cpp @@ -13,7 +13,7 @@ // with the following Thumb instruction held in the high 16-bits. Passing in two Thumb instructions // allows easier simulation of the special dual BL instruction. -tdstate thumb_translate(addr_t addr, uint32_t instr, uint32_t* ainstr, uint32_t* inst_size) { +tdstate thumb_translate(u32 addr, u32 instr, u32* ainstr, u32* inst_size) { tdstate valid = t_uninitialized; ARMword tinstr = instr; |
