diff options
| author | bunnei <bunneidev@gmail.com> | 2015-12-07 16:24:08 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2015-12-07 16:24:08 -0500 |
| commit | 2589a68c428da231ba7814437fa77cd432c8693c (patch) | |
| tree | 27fa840b335e0898bd7220638e5e6b9ffeef79f9 /src/core/arm/dyncom/arm_dyncom_thumb.h | |
| parent | 87df493b5b7f31899ba875f41afe358caad44978 (diff) | |
| parent | 56e22e6aac513e65acfec208a5d5ba2170eceb7a (diff) | |
Merge pull request #1271 from lioncash/dyncom-misc
dyncom: Miscellaneous minor changes
Diffstat (limited to 'src/core/arm/dyncom/arm_dyncom_thumb.h')
| -rw-r--r-- | src/core/arm/dyncom/arm_dyncom_thumb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/dyncom/arm_dyncom_thumb.h b/src/core/arm/dyncom/arm_dyncom_thumb.h index 447974363..c1be3c735 100644 --- a/src/core/arm/dyncom/arm_dyncom_thumb.h +++ b/src/core/arm/dyncom/arm_dyncom_thumb.h @@ -38,7 +38,7 @@ enum class ThumbDecodeStatus { // Translates a Thumb mode instruction into its ARM equivalent. ThumbDecodeStatus TranslateThumbInstruction(u32 addr, u32 instr, u32* ainstr, u32* inst_size); -static inline u32 GetThumbInstruction(u32 instr, u32 address) { +inline u32 GetThumbInstruction(u32 instr, u32 address) { // Normally you would need to handle instruction endianness, // however, it is fixed to little-endian on the MPCore, so // there's no need to check for this beforehand. |
