mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
This requires renaming several directories: tcg/mips, linux-user/include/host/mips, and common-user/host/mips. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
14 lines
301 B
C
14 lines
301 B
C
/* SPDX-License-Identifier: MIT */
|
|
/*
|
|
* Define target-specific memory model
|
|
* Copyright (c) 2008-2009 Arnaud Patard <arnaud.patard@rtp-net.org>
|
|
* Copyright (c) 2009 Aurelien Jarno <aurelien@aurel32.net>
|
|
*/
|
|
|
|
#ifndef TCG_TARGET_MO_H
|
|
#define TCG_TARGET_MO_H
|
|
|
|
#define TCG_TARGET_DEFAULT_MO 0
|
|
|
|
#endif
|