Add ELF loader to OatFile.
Change-Id: I062c3cc78ff9a35d0efcbc9451e7e7ccb055667b
diff --git a/src/common_test.h b/src/common_test.h
index 3d5b53b..a323831 100644
--- a/src/common_test.h
+++ b/src/common_test.h
@@ -204,7 +204,13 @@
reinterpret_cast<uint32_t>(mapping_table),
reinterpret_cast<uint32_t>(vmap_table),
reinterpret_cast<uint32_t>(gc_map),
- reinterpret_cast<uint32_t>(invoke_stub));
+ reinterpret_cast<uint32_t>(invoke_stub)
+#if defined(ART_USE_LLVM_COMPILER)
+ , NULL,
+ -1u,
+ -1u
+#endif
+ );
}
void MakeExecutable(Method* method) {