diff options
Diffstat (limited to 'src/common.cc')
-rw-r--r-- | src/common.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common.cc b/src/common.cc index c27fc15c..9d925d5c 100644 --- a/src/common.cc +++ b/src/common.cc @@ -40,9 +40,9 @@ WABT_STATIC_ASSERT(WABT_ARRAY_SIZE(g_kind_name) == kExternalKindCount); const char* g_reloc_type_name[] = {"R_FUNC_INDEX_LEB", "R_TABLE_INDEX_SLEB", "R_TABLE_INDEX_I32", - "R_MEMORY_ADDR_LEB", - "R_MEMORY_ADDR_SLEB", - "R_MEMORY_ADDR_I32", + "R_GLOBAL_ADDR_LEB", + "R_GLOBAL_ADDR_SLEB", + "R_GLOBAL_ADDR_I32", "R_TYPE_INDEX_LEB", "R_GLOBAL_INDEX_LEB", }; |