summaryrefslogtreecommitdiff
path: root/docs/SegmentedStacks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SegmentedStacks.rst')
-rw-r--r--docs/SegmentedStacks.rst2
1 files changed, 1 insertions, 1 deletions
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