aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/Machregs.v
diff options
context:
space:
mode:
Diffstat (limited to 'riscV/Machregs.v')
-rw-r--r--riscV/Machregs.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscV/Machregs.v b/riscV/Machregs.v
index e286bbad..c7d558ed 100644
--- a/riscV/Machregs.v
+++ b/riscV/Machregs.v
@@ -244,8 +244,8 @@ Definition builtin_constraints (ef: external_function) :
list builtin_arg_constraint :=
match ef with
| EF_builtin id sg => nil
- | EF_vload _ => OK_addrstack :: nil
- | EF_vstore _ => OK_addrstack :: OK_default :: nil
+ | EF_vload _ => OK_addressing :: nil
+ | EF_vstore _ => OK_addressing :: OK_default :: nil
| EF_memcpy _ _ => OK_addrstack :: OK_addrstack :: nil
| EF_annot txt targs => map (fun _ => OK_all) targs
| EF_debug kind txt targs => map (fun _ => OK_all) targs