aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Stacking.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Stacking.v')
-rw-r--r--backend/Stacking.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/Stacking.v b/backend/Stacking.v
index 182c3226..5d9cf374 100644
--- a/backend/Stacking.v
+++ b/backend/Stacking.v
@@ -185,6 +185,8 @@ Definition transl_instr
Mgoto lbl :: k
| Lcond cond args lbl =>
Mcond cond args lbl :: k
+ | Ljumptable arg tbl =>
+ Mjumptable arg tbl :: k
| Lreturn =>
restore_callee_save fe
(Mreturn :: k)