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

This commit is contained in:
wenyongh
2019-05-14 21:17:12 +08:00
parent dc6441c55d
commit a595ec79ab
2 changed files with 605 additions and 510 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -44,7 +44,7 @@ int gci_check_platform()
CHECK(1, sizeof(gc_int8));
CHECK(1, sizeof(gc_uint8));
CHECK(4, sizeof(gc_size_t));
CHECK(4, sizeof(void *));
/*CHECK(4, sizeof(void *));*/
return GC_SUCCESS;
}