[ARM64] Remove more dead code. NFC.

This commit is contained in:
Davide Italiano 2020-05-01 15:05:42 -07:00
parent 68f8e0264e
commit 30ddd4ce19
1 changed files with 0 additions and 8 deletions

View File

@ -417,20 +417,12 @@ bool EmulateInstructionARM64::EvaluateInstruction(uint32_t evaluate_options) {
if (opcode_data == nullptr)
return false;
// printf ("opcode template for 0x%8.8x: %s\n", opcode, opcode_data->name);
const bool auto_advance_pc =
evaluate_options & eEmulateInstructionOptionAutoAdvancePC;
m_ignore_conditions =
evaluate_options & eEmulateInstructionOptionIgnoreConditions;
bool success = false;
// if (m_opcode_cpsr == 0 || m_ignore_conditions == false)
// {
// m_opcode_cpsr = ReadRegisterUnsigned (eRegisterKindLLDB,
// gpr_cpsr_arm64,
// 0,
// &success);
// }
// Only return false if we are unable to read the CPSR if we care about
// conditions