diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-02 16:26:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:45 +0100 |
commit | c683dfb38fe3ba3110ada588bfc21c275324b5f7 (patch) | |
tree | fc0c6905ce83df4ec01c0181c98f0c7feaf06cfb | |
parent | 9e5fd1c01dd2befdc611cba63724edf46928f946 (diff) | |
download | poky-c683dfb38fe3ba3110ada588bfc21c275324b5f7.tar.gz |
ref-manual: Minor edit to x32
(From yocto-docs rev: cdcfba66c02ea33269a7333702b7bdb43617eab4)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 96b5469e43..e66b3fc737 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -602,7 +602,7 @@ | |||
602 | <title>x32</title> | 602 | <title>x32</title> |
603 | 603 | ||
604 | <para> | 604 | <para> |
605 | x32 is a new processor-specific Application Binary Interface (psABI) for x86_64. | 605 | x32 is a processor-specific Application Binary Interface (psABI) for x86_64. |
606 | An ABI defines the calling conventions between functions in a processing environment. | 606 | An ABI defines the calling conventions between functions in a processing environment. |
607 | The interface determines what registers are used and what the sizes are for various C data types. | 607 | The interface determines what registers are used and what the sizes are for various C data types. |
608 | </para> | 608 | </para> |