From 1ea7fbeaab845a14b4df803b791e0fc81f61ff9d Mon Sep 17 00:00:00 2001 From: xleroy Date: Thu, 21 Aug 2014 14:09:09 +0000 Subject: 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 --- arm/Conventions1.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm/Conventions1.v') 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. *) -- cgit v1.2.3