cg_emit_load/cg_emit_store

This commit is contained in:
gingerBill
2023-07-14 16:03:21 +01:00
parent 6545cc2d48
commit a8afcf1ca9
4 changed files with 174 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@
#include "tilde/tb.h"
#define TB_TYPE_I128 TB_DataType{ { TB_INT, 0, 128 } }
#if defined(GB_SYSTEM_WINDOWS)
#pragma warning(pop)
#endif