Jelajahi Sumber

cr suggestions

TL 1 tahun lalu
induk
melakukan
f1ffbb5b37
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      core/iwasm/common/wasm_memory.c

+ 2 - 0
core/iwasm/common/wasm_memory.c

@@ -1255,6 +1255,8 @@ wasm_mremap_linear_memory(void *mapped_mem, uint64 old_size, uint64 new_size,
 
 #if UINTPTR_MAX == UINT32_MAX
     if (new_size == 4 * (uint64)BH_GB) {
+        LOG_WARNING("On 32 bit platform, linear memory can't reach maximum "
+                    "size of 4GB\n");
         return NULL;
     }
 #endif