Transform 'u16' to 'uint16_t'
[fw/openocd] / src / target / armv4_5.c
index 1b611bae7abcb71c0d6ff7c5ca2a0c4c60f7b0f8..4a3e7cb7655a8274c5bb38bd4aaeceba7e98e628 100644 (file)
@@ -393,7 +393,7 @@ int handle_armv4_5_disassemble_command(struct command_context_s *cmd_ctx, char *
        int i;
        arm_instruction_t cur_instruction;
        u32 opcode;
-       u16 thumb_opcode;
+       uint16_t thumb_opcode;
        int thumb = 0;
 
        if (armv4_5->common_magic != ARMV4_5_COMMON_MAGIC)