summaryrefslogtreecommitdiff
path: root/docs/HardwareAssistedAddressSanitizerDesign.rst
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2018-02-28 21:58:19 +0000
committerKostya Serebryany <kcc@google.com>2018-02-28 21:58:19 +0000
commit6202cb560b61c4d3305aad33ad7c45c148cab0bc (patch)
tree7d0010fbc89e52b7908d3141a07683914cb3e18c /docs/HardwareAssistedAddressSanitizerDesign.rst
parentd4d71f532c716b28073c7c63d3b0a76ec22556cb (diff)
downloadclang-6202cb560b61c4d3305aad33ad7c45c148cab0bc.tar.gz
[hwasan] update the asm snippet in the docs to match the current default behaviour
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326373 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HardwareAssistedAddressSanitizerDesign.rst')
-rw-r--r--docs/HardwareAssistedAddressSanitizerDesign.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/HardwareAssistedAddressSanitizerDesign.rst b/docs/HardwareAssistedAddressSanitizerDesign.rst
index 423ec6f889..71a9df1017 100644
--- a/docs/HardwareAssistedAddressSanitizerDesign.rst
+++ b/docs/HardwareAssistedAddressSanitizerDesign.rst
@@ -61,8 +61,6 @@ verifies the tags. Currently, the following sequence is used:
14: 00 00 40 b9 ldr w0, [x0] // original load
18: c0 03 5f d6 ret
1c: 40 20 40 d4 hlt #0x102 // halt
- 20: 00 00 40 b9 ldr w0, [x0] // original load
- 24: c0 03 5f d6 ret
Alternatively, memory accesses are prefixed with a function call.