We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370d321 commit 795375dCopy full SHA for 795375d
core/iwasm/common/wasm_exec_env.h
@@ -31,9 +31,10 @@ typedef struct WASMJmpBuf {
31
struct WASMJmpBuf *prev;
32
korp_jmpbuf jmpbuf;
33
#if WASM_ENABLE_MULTI_MODULE != 0
34
- /* 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
35
+ * multi-module to propagate the exception */
36
struct WASMModuleInstanceCommon *module_inst;
-#endif
37
+#endif
38
} WASMJmpBuf;
39
#endif
40
0 commit comments