Revert demo

This commit is contained in:
gingerBill
2018-02-25 20:46:32 +00:00
parent 69062ba3ab
commit f23bd2dc27
2 changed files with 755 additions and 6 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ void init_build_context(void) {
{
u16 x = 1;
bool big = !bit_cast<u8>(x);
bool big = !*cast(u8 *)&x;
bc->ODIN_ENDIAN = big ? str_lit("big") : str_lit("little");
}