Fix arm64 build
authorBruce Forstall <brucefo@microsoft.com>
Fri, 3 Nov 2017 05:56:07 +0000 (22:56 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Fri, 3 Nov 2017 05:56:07 +0000 (22:56 -0700)
to have broken the arm64 build. Fix one file by removing non-ASCII
characters.

src/debug/ee/arm64/arm64walker.cpp

index 96aff17..7a51dc9 100644 (file)
@@ -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  :
-    \95 ADR and ADRP.
-    \95 The Load register (literal) instruction class.
-    \95 Direct branches that use an immediate offset.
-    \95 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.
     */