fixed warning
[fw/openocd] / src / target / arm_disassembler.h
index bdab113ddaa6e855a26a19aa0453dc8e7affaf49..d0fcabd863169886ff82bec582eac6487dab7b64 100644 (file)
@@ -196,6 +196,7 @@ typedef struct arm_instruction_s
 
 extern int arm_evaluate_opcode(u32 opcode, u32 address, arm_instruction_t *instruction);
 extern int thumb_evaluate_opcode(u16 opcode, u32 address, arm_instruction_t *instruction);
+extern int arm_access_size(arm_instruction_t *instruction);
 
 #define COND(opcode) (arm_condition_strings[(opcode & 0xf0000000)>>28])