From 5996f8d84a61f76292f1a40c39faeb838011de6e Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 3 Mar 2020 18:10:00 +0100 Subject: fixes for risc-V --- riscV/CSE2depsproof.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscV/CSE2depsproof.v') 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. -- cgit