xref: /openbmc/qemu/include/tcg/insn-start-words.h (revision e4fb0be1d1d6b67df7709d84d16133b64f455ce8)
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