We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea62ad9 commit bc8e62cCopy full SHA for bc8e62c
1 file changed
core/iwasm/include/wasm_export.h
@@ -139,7 +139,7 @@ typedef struct wasm_frame_t {
139
uint32_t *lp;
140
} WASMCApiFrame;
141
142
-typedef WASMCApiFrame wasm_frame_t;
+// typedef WASMCApiFrame wasm_frame_t;
143
144
/* WASM section */
145
typedef struct wasm_section_t {
@@ -904,7 +904,7 @@ wasm_runtime_destroy_exec_env(wasm_exec_env_t exec_env);
904
* @return number of copied frames
905
*/
906
WASM_RUNTIME_API_EXTERN uint32_t
907
-wasm_copy_callstack(const wasm_exec_env_t exec_env, wasm_frame_t *buffer,
+wasm_copy_callstack(const wasm_exec_env_t exec_env, WASMCApiFrame *buffer,
908
const uint32_t length, const uint32_t skip_n,
909
char *error_buf, uint32_t error_buf_size);
910
0 commit comments