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");
}