From f5fb9c7a106c96f574981a3494907cf009809785 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Thu, 2 Nov 2017 22:56:07 -0700 Subject: [PATCH] Fix arm64 build to have broken the arm64 build. Fix one file by removing non-ASCII characters. --- src/debug/ee/arm64/arm64walker.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/debug/ee/arm64/arm64walker.cpp b/src/debug/ee/arm64/arm64walker.cpp index 96aff17..7a51dc9 100644 --- a/src/debug/ee/arm64/arm64walker.cpp +++ b/src/debug/ee/arm64/arm64walker.cpp @@ -105,10 +105,10 @@ BYTE* NativeWalker::SetupOrSimulateInstructionForPatchSkip(T_CONTEXT * context, /* Modify the patchBypass if the opcode is IP-relative, otherwise return it The following are the instructions that are IP-relative : - • ADR and ADRP. - • The Load register (literal) instruction class. - • Direct branches that use an immediate offset. - • The unconditional branch with link instructions, BL and BLR, that use the PC to create the return link + . ADR and ADRP. + . The Load register (literal) instruction class. + . Direct branches that use an immediate offset. + . The unconditional branch with link instructions, BL and BLR, that use the PC to create the return link address. */ -- 2.7.4