mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-12 20:51:21 +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 {
|
typedef struct AOTNativeSymbol {
|
||||||
bh_list_link link;
|
bh_list_link link;
|
||||||
char symbol[32];
|
char symbol[48];
|
||||||
int32 index;
|
int32 index;
|
||||||
} AOTNativeSymbol;
|
} AOTNativeSymbol;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user