mirror of
https://github.com/zeldaret/tmc
synced 2026-07-11 23:30:06 -04:00
Matches from site(Henny022p,octorock,Léo Lam,ThothWhatsThis)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user