summaryrefslogtreecommitdiff
path: root/src/debug/ee
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2017-11-02 22:56:07 -0700
committerBruce Forstall <brucefo@microsoft.com>2017-11-02 22:56:07 -0700
commitf5fb9c7a106c96f574981a3494907cf009809785 (patch)
tree38fe96e314e00ca7afc424ebe6096a7b88d92eff /src/debug/ee
parent2b50e97ca32e734dab00f9b8e1d3d7ef5a8f60d5 (diff)
downloadcoreclr-f5fb9c7a106c96f574981a3494907cf009809785.tar.gz
coreclr-f5fb9c7a106c96f574981a3494907cf009809785.tar.bz2
coreclr-f5fb9c7a106c96f574981a3494907cf009809785.zip
Fix arm64 build
to have broken the arm64 build. Fix one file by removing non-ASCII characters.
Diffstat (limited to 'src/debug/ee')
-rw-r--r--src/debug/ee/arm64/arm64walker.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/debug/ee/arm64/arm64walker.cpp b/src/debug/ee/arm64/arm64walker.cpp
index 96aff1708f..7a51dc9665 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.
*/