Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
include
/
tcg
/
insn-start-words.h
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
h
12 lines
229 Bytes
Copy permalink
Copy
Raw
1
/* SPDX-License-Identifier: MIT */
2
/*
3
* Define INSN_START_WORDS
4
* Copyright (c) 2008 Fabrice Bellard
5
*/
6
7
#ifndef TCG_INSN_START_WORDS
8
#define TCG_INSN_START_WORDS
9
10
#define INSN_START_WORDS 3
11
12
#endif
/* TCG_INSN_START_WORDS */