Skip to content

Commit 978139e

Browse files
committed
update msg
1 parent 3e65a38 commit 978139e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/iwasm/aot/aot_runtime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ set_error_buf_v(char *error_buf, uint32 error_buf_size, const char *format, ...)
116116

117117
static void
118118
aot_unlinked_import_func_trap(void) {
119-
printf("Unlinked import function called, this should not happen!\n");
119+
printf("Unlinked import function called\n");
120120
}
121121

122122
static void *

0 commit comments

Comments
 (0)