aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/Asm.v
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2021-06-01 15:24:12 +0200
committerCyril SIX <cyril.six@kalray.eu>2021-06-01 15:30:00 +0200
commit94d5da57acadbaee825347da527e3aacfca2cd9d (patch)
treec535a9d9e7f15decf9079878c4a8e2a0a688a02c /riscV/Asm.v
parent75a2885f610e1d6e91df8e2386a4a4559b615bb9 (diff)
parent9eccbd39710aab5d6bfe021c57f50a1916d37f70 (diff)
downloadcompcert-kvx-94d5da57acadbaee825347da527e3aacfca2cd9d.tar.gz
compcert-kvx-94d5da57acadbaee825347da527e3aacfca2cd9d.zip
Merge remote-tracking branch 'absint/master' into kvx-work
Diffstat (limited to 'riscV/Asm.v')
-rw-r--r--riscV/Asm.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscV/Asm.v b/riscV/Asm.v
index 2bc6d956..c80c6cc2 100644
--- a/riscV/Asm.v
+++ b/riscV/Asm.v
@@ -1092,7 +1092,7 @@ Inductive step: state -> trace -> state -> Prop :=
rs' = nextinstr
(set_res res vres
(undef_regs (map preg_of (destroyed_by_builtin ef))
- (rs#X31 <- Vundef))) ->
+ (rs #X1 <- Vundef #X31 <- Vundef))) ->
step (State rs m) t (State rs' m')
| exec_step_external:
forall b ef args res rs m t rs' m',