diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2017-04-08 21:49:30 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2017-04-08 22:10:01 -0400 |
commit | 37064c646804e8b3190d2c0126e7357a7b817a13 (patch) | |
tree | 29f4826791e96ec401dd1d83a66461118712d0dd /doc/abi.txt | |
parent | 5c5aaeb932d247e65ca64259ecf0873c7c5b7ad3 (diff) | |
download | roux-37064c646804e8b3190d2c0126e7357a7b817a13.tar.gz |
use amd64 instead of x64 in abi doc
Diffstat (limited to 'doc/abi.txt')
-rw-r--r-- | doc/abi.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/abi.txt b/doc/abi.txt index c14afa9..5f28d0e 100644 --- a/doc/abi.txt +++ b/doc/abi.txt @@ -1,9 +1,9 @@ - ================ - System V ABI x64 - ================ + ================== + System V ABI AMD64 + ================== -This document describes concisely the subset of the x64 +This document describes concisely the subset of the amd64 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 |