]> granicus.if.org Git - clang/commitdiff
[hwasan] update the asm snippet in the docs to match the current default behaviour
authorKostya Serebryany <kcc@google.com>
Wed, 28 Feb 2018 21:58:19 +0000 (21:58 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 28 Feb 2018 21:58:19 +0000 (21:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326373 91177308-0d34-0410-b5e6-96231b3b80d8

docs/HardwareAssistedAddressSanitizerDesign.rst

index 423ec6f889b007d0fa5316fb8b9760f60ffa2df3..71a9df10173ffd39b081e5c8dc8c3351a3fe586f 100644 (file)
@@ -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.