mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-09 05:06:17 +00:00
Merge pull request #22 from wenyongh/master
Fix code indent issue and compile error in 64-bit
This commit is contained in:
commit
b84f20a4d4
File diff suppressed because it is too large
Load Diff
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user