summaryrefslogtreecommitdiff
path: root/arm/Conventions1.v
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-08-21 14:09:09 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-08-21 14:09:09 +0000
commit1ea7fbeaab845a14b4df803b791e0fc81f61ff9d (patch)
treec87fae6b6f1a75552c67e7cb036aeea835d4e34e /arm/Conventions1.v
parentc46b574d5b21fb2728c76c5cab1c46890c0fb1cd (diff)
Use VFD regs to implement 64-bit mem-mem copies in builtin_memcpy_false.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2616 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'arm/Conventions1.v')
-rw-r--r--arm/Conventions1.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm/Conventions1.v b/arm/Conventions1.v
index 1689c77..ffa441b 100644
--- a/arm/Conventions1.v
+++ b/arm/Conventions1.v
@@ -29,7 +29,7 @@ Require Archi.
-- Callee-save registers, whose value is preserved across a function call.
-- Caller-save registers that can be modified during a function call.
- We follow the PowerPC application binary interface (ABI) in our choice
+ We follow the ARM application binary interface (EABI) in our choice
of callee- and caller-save registers.
*)