[ShadowCallStack] fix the docs

llvm-svn: 331238
This commit is contained in:
Kostya Serebryany 2018-05-01 00:15:56 +00:00
parent 8024425801
commit d5dc819a5c
1 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ Generates the following x86_64 assembly when compiled with ``-O2``:
.. code-block:: gas
push %rax
callq foo
callq bar
add $0x1,%eax
pop %rcx
retq
@ -165,7 +165,7 @@ assembly:
mov %gs:(%r11),%r11
mov %r10,%gs:(%r11)
push %rax
callq foo
callq bar
add $0x1,%eax
pop %rcx
xor %r11,%r11