Matches from site(Henny022p,octorock,Léo Lam,ThothWhatsThis)

This commit is contained in:
Tal Hayon
2022-11-21 19:18:07 +02:00
parent bf9df14832
commit 44e4b69cdb
21 changed files with 303 additions and 2423 deletions
+6
View File
@@ -101,6 +101,12 @@
#define FORCE_REGISTER(var, reg) register var asm(#reg)
#endif
#if NON_MATCHING
#define MEMORY_BARRIER
#else
#define MEMORY_BARRIER asm("" ::: "memory")
#endif
typedef union {
s32 WORD;
struct {