mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 18:11:21 +00:00
format
This commit is contained in:
parent
f231f3ce30
commit
52bc83d8df
|
|
@ -31,9 +31,10 @@ typedef struct WASMJmpBuf {
|
||||||
struct WASMJmpBuf *prev;
|
struct WASMJmpBuf *prev;
|
||||||
korp_jmpbuf jmpbuf;
|
korp_jmpbuf jmpbuf;
|
||||||
#if WASM_ENABLE_MULTI_MODULE != 0
|
#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;
|
struct WASMModuleInstanceCommon *module_inst;
|
||||||
#endif
|
#endif
|
||||||
} WASMJmpBuf;
|
} WASMJmpBuf;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user