summaryrefslogtreecommitdiff
path: root/src/runtime_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime_support.h')
-rw-r--r--src/runtime_support.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime_support.h b/src/runtime_support.h
index de41f47763..ba0b0f1d80 100644
--- a/src/runtime_support.h
+++ b/src/runtime_support.h
@@ -32,6 +32,8 @@ extern int64_t F2L(float f);
/* Helper for both JNI and regular compiled code */
extern "C" void art_deliver_exception_from_code(void*);
+extern "C" void art_proxy_invoke_handler();
+
#if defined(__arm__)
/* Compiler helpers */
extern "C" void* art_alloc_object_from_code(uint32_t type_idx, void* method);