Add a missing " to get closer to compiling.
This commit is contained in:
parent
5e29a3bfbb
commit
9254329b05
@ -56,7 +56,7 @@
|
||||
#else
|
||||
#define mb() __asm __volatile("sync" : : : "memory")
|
||||
#define rmb() __asm __volatile("sync" : : : "memory")
|
||||
#define wmb() __asm __volatile("sync : : : "memory")
|
||||
#define wmb() __asm __volatile("sync" : : : "memory")
|
||||
#define __ATOMIC_REL() __asm __volatile("sync" : : : "memory")
|
||||
#define __ATOMIC_ACQ() __asm __volatile("isync" : : : "memory")
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user