xref: /openbmc/qemu/include/tcg/insn-start-words.h (revision 12d1a768bdfea6e27a3a829228840d72507613a1)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Define TARGET_INSN_START_WORDS
4  * Copyright (c) 2008 Fabrice Bellard
5  */
6 
7 #ifndef TARGET_INSN_START_WORDS
8 
9 #include "cpu-param.h"
10 
11 # define TARGET_INSN_START_WORDS (1 + TARGET_INSN_START_EXTRA_WORDS)
12 
13 #endif /* TARGET_INSN_START_WORDS */
14