commit 274b07e224eb1cc64e1ae608619fb317d190740e
parent 7d79f9e2166e766495eebbd72d64054fcbd7cffb
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Wed, 9 Mar 2016 13:34:15 -0500
typo in abi.txt
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/abi.txt b/doc/abi.txt
@@ -65,7 +65,7 @@ Data classes of interest as defined by the ABI:
* Use `%rax` and `%rdx` in order for INTEGER return
values.
* Use `%xmm0` and `%xmm1` in order for SSE return values.
- * I the return value's class is MEMORY, the first
+ * If the return value's class is MEMORY, the first
argument of the function `%rdi` was a pointer to an
area big enough to fit the return value. The function
writes the return value there and returns the address