Browse Source

Fix code indent issue and 64-bit compiler error in libc wrapper src

wenyongh 7 năm trước cách đây
mục cha
commit
a595ec79ab

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 533 - 444
core/iwasm/lib/native/libc/libc_wrapper.c


+ 1 - 1
core/shared-lib/mem-alloc/ems/ems_kfc.c

@@ -44,7 +44,7 @@ int gci_check_platform()
     CHECK(1, sizeof(gc_int8));
     CHECK(1, sizeof(gc_int8));
     CHECK(1, sizeof(gc_uint8));
     CHECK(1, sizeof(gc_uint8));
     CHECK(4, sizeof(gc_size_t));
     CHECK(4, sizeof(gc_size_t));
-    CHECK(4, sizeof(void *));
+    /*CHECK(4, sizeof(void *));*/
 
 
     return GC_SUCCESS;
     return GC_SUCCESS;
 }
 }

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác