aboutsummaryrefslogtreecommitdiff
path: root/include/tcg/insn-start-words.h
blob: c52aec50a70efc9fb45553a67ae73837c300829d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: MIT */
/*
 * Define INSN_START_WORDS
 * Copyright (c) 2008 Fabrice Bellard
 */

#ifndef TCG_INSN_START_WORDS
#define TCG_INSN_START_WORDS

#define INSN_START_WORDS 3

#endif /* TCG_INSN_START_WORDS */