summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-08 21:48:58 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-08 21:48:58 -0500
commit430a6b83e00ae35afce55c472ac70f1e840abec0 (patch)
tree2d375adc8d7de5b82acea41986698acf6266fcb6 /doc
parentb3ec80d3d70945106b5d537e8fd99c4a0753df89 (diff)
downloadroux-430a6b83e00ae35afce55c472ac70f1e840abec0.tar.gz
cosmetics in abi.txt
Diffstat (limited to 'doc')
-rw-r--r--doc/abi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/abi.txt b/doc/abi.txt
index 71ff263..02e2877 100644
--- a/doc/abi.txt
+++ b/doc/abi.txt
@@ -77,7 +77,7 @@ Data classes of interest as defined by the ABI:
 
 The ABI is unclear on the alignment requirement of the
 stack.  What must be ensured is that, right before
-executing a 'call' instruction, the stack pointer %rsp
+executing a 'call' instruction, the stack pointer `%rsp`
 is aligned on 16 bytes.  On entry of the called
 function, the stack pointer is 8 modulo 16.  Since most
 functions will have a prelude pushing `%rbp`, the frame