Add (empty) read barrier definition

This commit is contained in:
Martin Kroeker 2020-04-13 12:17:41 +02:00 committed by GitHub
parent 3d4db4d002
commit 69b6e258d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#define MB __asm__ __volatile__ ("nop")
#define WMB __asm__ __volatile__ ("nop")
#define RMB __asm__ __volatile__ ("nop")
#ifndef ASSEMBLER