diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-09 13:34:15 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-09 13:34:15 -0500 |
commit | 274b07e224eb1cc64e1ae608619fb317d190740e (patch) | |
tree | 3b2bd0a7aff2f721d49b7284bcda96a39d2eddf1 /doc/abi.txt | |
parent | 7d79f9e2166e766495eebbd72d64054fcbd7cffb (diff) | |
download | roux-274b07e224eb1cc64e1ae608619fb317d190740e.tar.gz |
typo in abi.txt
Diffstat (limited to 'doc/abi.txt')
-rw-r--r-- | doc/abi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/abi.txt b/doc/abi.txt index 102148a..8719c61 100644 --- 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 |