Revert "Implement call Fast JIT function from LLVM JIT jitted code" (#1737)
Reverts bytecodealliance/wasm-micro-runtime#1714, which was merged mistakenly.
This commit is contained in:
@ -2263,12 +2263,6 @@ jit_frontend_translate_func(JitCompContext *cc)
|
||||
return basic_block_entry;
|
||||
}
|
||||
|
||||
uint32
|
||||
jit_frontend_get_jitted_return_addr_offset()
|
||||
{
|
||||
return (uint32)offsetof(WASMInterpFrame, jitted_return_addr);
|
||||
}
|
||||
|
||||
#if 0
|
||||
#if WASM_ENABLE_THREAD_MGR != 0
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user