summary refs log tree commit diff stats
path: root/tcg/riscv/tcg-target-mo.h
blob: 691b5d0da8007446831e2e164c94835f7f0e55cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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