summary refs log tree commit diff stats
path: root/tcg/riscv/tcg-target-mo.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcg/riscv/tcg-target-mo.h')
-rw-r--r--tcg/riscv/tcg-target-mo.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tcg/riscv/tcg-target-mo.h b/tcg/riscv/tcg-target-mo.h
new file mode 100644
index 0000000000..691b5d0da8
--- /dev/null
+++ b/tcg/riscv/tcg-target-mo.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: MIT */
+/*
+ * Define target-specific memory model
+ * Copyright (c) 2018 SiFive, Inc
+ */
+
+#ifndef TCG_TARGET_MO_H
+#define TCG_TARGET_MO_H
+
+#define TCG_TARGET_DEFAULT_MO  0
+
+#endif