summaryrefslogtreecommitdiff
path: root/arm/Conventions1.v
diff options
context:
space:
mode:
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.
*)