diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-09 11:26:24 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-09 11:26:24 -0500 |
commit | 7b2cd38cc36458375c34b3da23e71f58c8751ea0 (patch) | |
tree | e6d3008be9ea168ba14c980a72b92435cbab1f53 /doc | |
parent | a6ef2279c71a4528c5bfebf1b857a6faf554a160 (diff) | |
download | roux-7b2cd38cc36458375c34b3da23e71f58c8751ea0.tar.gz |
typo in abi.txt
Diffstat (limited to 'doc')
-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 80a3916..102148a 100644 --- a/doc/abi.txt +++ b/doc/abi.txt @@ -4,7 +4,7 @@ This document describes concisely the subset of the x64 -as it is implemented in QBE. The subset can handle +ABI as it is implemented in QBE. The subset can handle correctly arbitrary standard C-like structs containing float and integer types. Structs that have unaligned members are also supported through "dark" types, see |