* src/vm/jit/patcher-common.c: Moved to .cpp.
[cacao.git] / src / vm / jit / x86_64 / codegen.c
index fec4c97067b511378cb2b8df7121baa0d933e9d2..900780064d5195e64c9dca785e6d992e903f5f44 100644 (file)
@@ -64,7 +64,7 @@
 #include "vm/jit/linenumbertable.h"
 #include "vm/jit/methodheader.h"
 #include "vm/jit/parse.h"
-#include "vm/jit/patcher-common.h"
+#include "vm/jit/patcher-common.hpp"
 #include "vm/jit/reg.h"
 #include "vm/jit/replace.hpp"
 #include "vm/jit/stacktrace.hpp"