From a7fe922b98bb45be7dce7c1cfe668ec27eeddc74 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 17 Aug 2016 19:33:52 +0000 Subject: Vendor import of llvm release_39 branch r278877: https://llvm.org/svn/llvm-project/llvm/branches/release_39@278877 --- docs/SegmentedStacks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/SegmentedStacks.rst') diff --git a/docs/SegmentedStacks.rst b/docs/SegmentedStacks.rst index c0bf32b3f923..b1c588cb1636 100644 --- a/docs/SegmentedStacks.rst +++ b/docs/SegmentedStacks.rst @@ -33,7 +33,7 @@ current stack limit (minus the amount of space needed to allocate a new block) - this slot's offset is again dictated by ``libgcc``. The generated assembly looks like this on x86-64: -.. code-block:: nasm +.. code-block:: text leaq -8(%rsp), %r10 cmpq %fs:112, %r10 -- cgit v1.3