PR159: Exception handler blocks / register mixup
[cacao.git] / src / vm / jit / exceptiontable.c
index 102f455149a7ace0650b50342fb1bb954cb68b73..7745c7ff358f64dfec685b8f54bee1f2c8eee07c 100644 (file)
 #include <assert.h>
 #include <stdint.h>
 
-#include "mm/memory.h"
+#include "mm/memory.hpp"
 
-#include "vm/jit/code.h"
+#include "vm/jit/code.hpp"
 #include "vm/jit/exceptiontable.h"
-#include "vm/jit/jit.h"
+#include "vm/jit/jit.hpp"
 
 
 /* exceptiontable_create *******************************************************