aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Stackingtyping.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Stackingtyping.v')
-rw-r--r--backend/Stackingtyping.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/Stackingtyping.v b/backend/Stackingtyping.v
index 8ba5caed..6ef86690 100644
--- a/backend/Stackingtyping.v
+++ b/backend/Stackingtyping.v
@@ -176,6 +176,9 @@ Proof.
apply wt_restore_callee_save. apply wt_instrs_cons; auto.
constructor; auto.
destruct s0; auto. rewrite H5; auto.
+ (* builtin *)
+ apply wt_instrs_cons; auto.
+ constructor; auto.
(* label *)
apply wt_instrs_cons; auto.
constructor.