From a6c9e453b24ba5372eab56bed1ce9abdad2177a1 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 7 Apr 2015 08:00:07 -0400 Subject: dyncom: Remove unnecessary enum and typedef Also fixes descriptions in the process. --- src/core/arm/dyncom/arm_dyncom_thumb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/arm/dyncom/arm_dyncom_thumb.cpp') diff --git a/src/core/arm/dyncom/arm_dyncom_thumb.cpp b/src/core/arm/dyncom/arm_dyncom_thumb.cpp index e30d515f..bfb45f10 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; -- cgit v1.2.3