aboutsummaryrefslogtreecommitdiffstats
path: root/verilog/ConstpropOpproof.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-27 16:32:13 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-27 16:32:13 +0100
commitab617cf8e6e60e8de3eb8de220f71dd05c18209f (patch)
tree1e2da8e3edbf48d02f536a21f2cafb6167045c51 /verilog/ConstpropOpproof.v
parentf0867a37e28a1f3670362e7935f9ef30988ddb92 (diff)
downloadcompcert-ab617cf8e6e60e8de3eb8de220f71dd05c18209f.tar.gz
compcert-ab617cf8e6e60e8de3eb8de220f71dd05c18209f.zip
Update verilog back end with new x86 changesHEADmaster
Diffstat (limited to 'verilog/ConstpropOpproof.v')
-rw-r--r--verilog/ConstpropOpproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/verilog/ConstpropOpproof.v b/verilog/ConstpropOpproof.v
index c0bdaa76..09c6e91b 100644
--- a/verilog/ConstpropOpproof.v
+++ b/verilog/ConstpropOpproof.v
@@ -107,7 +107,7 @@ Proof.
- (* pointer *)
destruct p; try discriminate; SimplVM.
+ (* global *)
- destruct (symbol_is_external id).
+ destruct (SelectOp.symbol_is_external id).
* revert H2; predSpec Ptrofs.eq Ptrofs.eq_spec ofs Ptrofs.zero; intros EQ; inv EQ.
exists (Genv.symbol_address ge id Ptrofs.zero); auto.
* inv H2. exists (Genv.symbol_address ge id ofs); split.