Sign in
kernel
/
pub
/
scm
/
java
/
jato
/
jato
/
master
/
.
/
sys
/
linux-ppc
/
exception.c
blob: 273cc4f4f570596f556edcebace05040cbb303b2 [
file
] [
log
] [
blame
]
#include
"jit/exception.h"
#include
"vm/object.h"
#include
<assert.h>
void
throw_from_trampoline
(
void
*
ctx
,
struct
vm_object
*
exception
)
{
assert
(!
"not implemented"
);
}