This commit is contained in:
TL 2025-11-20 18:00:29 +08:00
parent f231f3ce30
commit 52bc83d8df

View File

@ -31,9 +31,10 @@ typedef struct WASMJmpBuf {
struct WASMJmpBuf *prev;
korp_jmpbuf jmpbuf;
#if WASM_ENABLE_MULTI_MODULE != 0
/* The owner module instance associated with the current jmpbuf. Used in multi-module to propagate the exception */
/* The owner module instance associated with the current jmpbuf. Used in
* multi-module to propagate the exception */
struct WASMModuleInstanceCommon *module_inst;
#endif
#endif
} WASMJmpBuf;
#endif