aboutsummaryrefslogtreecommitdiffstats
path: root/verilog/Asm.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-17 17:06:28 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-27 11:53:24 +0100
commit9a3143dad1b119250d0553562a436f5f5f57269b (patch)
treea3a874d262e7dec83f7575fd3f1a72b8342d10f6 /verilog/Asm.v
parent01c2e94a38f91af008e21a7be998da2db34ade03 (diff)
downloadcompcert-9a3143dad1b119250d0553562a436f5f5f57269b.tar.gz
compcert-9a3143dad1b119250d0553562a436f5f5f57269b.zip
Replace omega by lia
Diffstat (limited to 'verilog/Asm.v')
-rw-r--r--verilog/Asm.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/verilog/Asm.v b/verilog/Asm.v
index 58e28c40..64ae1c32 100644
--- a/verilog/Asm.v
+++ b/verilog/Asm.v
@@ -1191,7 +1191,7 @@ Ltac Equalities :=
split. auto. intros. destruct B; auto. subst. auto.
- (* trace length *)
red; intros; inv H; simpl.
- omega.
+ lia.
eapply external_call_trace_length; eauto.
eapply external_call_trace_length; eauto.
- (* initial states *)