aboutsummaryrefslogtreecommitdiff
path: root/tcg/arm/tcg-target-mo.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcg/arm/tcg-target-mo.h')
-rw-r--r--tcg/arm/tcg-target-mo.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tcg/arm/tcg-target-mo.h b/tcg/arm/tcg-target-mo.h
new file mode 100644
index 0000000..12542df
--- /dev/null
+++ b/tcg/arm/tcg-target-mo.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: MIT */
+/*
+ * Define target-specific memory model
+ * Copyright (c) 2008 Fabrice Bellard
+ * Copyright (c) 2008 Andrzej Zaborowski
+ */
+
+#ifndef TCG_TARGET_MO_H
+#define TCG_TARGET_MO_H
+
+#define TCG_TARGET_DEFAULT_MO 0
+
+#endif