Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
tcg
/
loongarch64
/
tcg-target-mo.h
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
h
12 lines
223 Bytes
Copy permalink
Copy
Raw
1
/* SPDX-License-Identifier: MIT */
2
/*
3
* Define target-specific memory model
4
* Copyright (c) 2021 WANG Xuerui <git@xen0n.name>
5
*/
6
7
#ifndef TCG_TARGET_MO_H
8
#define TCG_TARGET_MO_H
9
10
#define TCG_TARGET_DEFAULT_MO 0
11
12
#endif