Handle on-trace OOM errors from helper functions.
This commit is contained in:
@@ -26,6 +26,9 @@ LJ_ASMF void lj_vm_unwind_ff_eh(void);
|
||||
#if LJ_TARGET_X86ORX64
|
||||
LJ_ASMF void lj_vm_unwind_rethrow(void);
|
||||
#endif
|
||||
#if LJ_TARGET_MIPS
|
||||
LJ_ASMF void lj_vm_unwind_stub(void);
|
||||
#endif
|
||||
|
||||
/* Miscellaneous functions. */
|
||||
#if LJ_TARGET_X86ORX64
|
||||
|
||||
Reference in New Issue
Block a user