diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-02-16 18:35:47 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-02-16 18:35:47 +0000 |
| commit | 4b22e7e67a24f08abd3cfd5528c42f3bc6f9b7c6 (patch) | |
| tree | fd008a31c8ea840df849aa10e98a88c3b7027d8d | |
| parent | df7a79a99786c03a6b4ed7ea799a4e73890a6eb8 (diff) | |
| download | bcm5719-llvm-4b22e7e67a24f08abd3cfd5528c42f3bc6f9b7c6.tar.gz bcm5719-llvm-4b22e7e67a24f08abd3cfd5528c42f3bc6f9b7c6.zip | |
Add tagging for EmulateLDRRtRnImm().
llvm-svn: 125671
| -rw-r--r-- | lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h index fc9e7b20624..b9c390ef5ec 100644 --- a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h +++ b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h @@ -376,6 +376,7 @@ protected: bool EmulateLDMIB (ARMEncoding encoding); + // A8.6.57 LDR (immediate, Thumb) -- Encoding T1 bool EmulateLDRRtRnImm (ARMEncoding encoding); |

