* src/vm/jit/exceptiontable.c: New file.
[cacao.git] / src / vm / jit / codegen-common.c
index 1cf288174cf3b31a30b19767021fafff490322f1..4cb5fa49adbae51da955c8fab344911190efc03c 100644 (file)
@@ -1000,6 +1000,10 @@ void codegen_finish(jitdata *jd)
        }
 #endif
 
+       /* Create the exception table. */
+
+       exceptiontable_create(jd);
+
        /* jump table resolving */
 
        for (jr = cd->jumpreferences; jr != NULL; jr = jr->next)