mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-03-11 16:35:33 +00:00
aot compiler: Enlarge AOTNativeSymbol->symbol (#3662)
The old value was not enough for wasm_externref_obj_to_internal_obj, which is 34 characters long.
This commit is contained in:
parent
c05b93f992
commit
a055e0b26f
|
@ -300,7 +300,7 @@ typedef struct AOTCompData {
|
|||
|
||||
typedef struct AOTNativeSymbol {
|
||||
bh_list_link link;
|
||||
char symbol[32];
|
||||
char symbol[48];
|
||||
int32 index;
|
||||
} AOTNativeSymbol;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user