summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-30 14:52:42 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-11-30 14:52:42 -0500
commit62a4ff456627d5c1b2dff79c9c9e33f27b983533 (patch)
tree0de785830954af4112d0303eb17a3666e7def8e3
parentc8f0945672f11664347cf5db8fe382d2d290652e (diff)
downloadroux-62a4ff456627d5c1b2dff79c9c9e33f27b983533.tar.gz
cosmetics in the ABI document
-rw-r--r--lisc/ABI6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisc/ABI b/lisc/ABI
index d7088d4..0eaa7c7 100644
--- a/lisc/ABI
+++ b/lisc/ABI
@@ -1,5 +1,5 @@
-Summary of ABI for calls on x64
-===============================
+System V ABI for calls on x64
+=============================
 
 Data classes of interest as defined by the ABI:
  - INTEGER
@@ -41,7 +41,7 @@ Passing:
    an upper bound and does not have to be exact).
  - Registers %rbx, %r12 - %r15 are callee-save.
 
-Returning.
+Returning:
  - Classify the return type.
  - Use %rax and %rdx in order for INTEGER return values.
  - Use %xmm0 and %xmm1 in order for SSE return values.