* src/vm/jit/executionstate.c (executionstate_unwind_exception): Added generic
[cacao.git] / src / vm / jit / executionstate.h
index 08dcc5dd8250b87885112e2b9a918e7b472e3e21..e97707d60a8d5955079688af3093b3d7ca0ff5a2 100644 (file)
@@ -1,6 +1,6 @@
 /* src/vm/jit/executionstate.h - execution-state handling
 
-   Copyright (C) 2007, 2008
+   Copyright (C) 2007, 2008, 2009
    CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO
 
    This file is part of CACAO.
@@ -81,6 +81,8 @@ extern "C" {
 
 void executionstate_pop_stackframe(executionstate_t *es);
 
+void executionstate_unwind_exception(executionstate_t* es, java_handle_t* e);
+
 #if !defined(NDEBUG)
 void executionstate_sanity_check(void *context);
 void executionstate_println(executionstate_t *es);