aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/CSE2depsproof.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-03 18:10:00 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-03-03 18:10:00 +0100
commit5996f8d84a61f76292f1a40c39faeb838011de6e (patch)
tree1a8e1eaaea10fa9998502d25109df7624d3a0875 /riscV/CSE2depsproof.v
parent50fbe4a02ab8deab82c4f137dc9575bac6b9b573 (diff)
downloadcompcert-kvx-5996f8d84a61f76292f1a40c39faeb838011de6e.tar.gz
compcert-kvx-5996f8d84a61f76292f1a40c39faeb838011de6e.zip
fixes for risc-V
Diffstat (limited to 'riscV/CSE2depsproof.v')
-rw-r--r--riscV/CSE2depsproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscV/CSE2depsproof.v b/riscV/CSE2depsproof.v
index 2ed12658..a3811e78 100644
--- a/riscV/CSE2depsproof.v
+++ b/riscV/CSE2depsproof.v
@@ -34,7 +34,7 @@ Section MEMORY_WRITE.
Variable chunkw chunkr : memory_chunk.
Variable base : val.
- Variable addrw addrr valw valr : val.
+ Variable addrw addrr valw : val.
Hypothesis STORE : Mem.storev chunkw m addrw valw = Some m2.
Section INDEXED_AWAY.