mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 10:00:59 +00:00
format
This commit is contained in:
parent
f231f3ce30
commit
52bc83d8df
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user