From a517bae73c62c33a2eaf7754f200401d5ca7faa9 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 24 Feb 2011 21:54:22 +0000 Subject: Fix typos in the opcode entries for branch instructions. llvm-svn: 126442 --- lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp index 540349e12a4..434db6192e9 100644 --- a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp +++ b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp @@ -7124,7 +7124,7 @@ EmulateInstructionARM::GetARMOpcodeForInstruction (const uint32_t opcode) //---------------------------------------------------------------------- // Branch instructions //---------------------------------------------------------------------- - { 0x0f000000, 0x0a000000, ARMvAll, eEncodingA1, eSize32, &EmulateInstructionARM::EmulateSVC, "b #imm24"}, + { 0x0f000000, 0x0a000000, ARMvAll, eEncodingA1, eSize32, &EmulateInstructionARM::EmulateB, "b #imm24"}, // To resolve ambiguity, "blx