Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / include / tcg / insn-start-words.h
blob50c18bd326d1e6e93c8192e2f4c558d8714eb9ec
1 /* SPDX-License-Identifier: MIT */
2 /*
3 * Define TARGET_INSN_START_WORDS
4 * Copyright (c) 2008 Fabrice Bellard
5 */
7 #ifndef TARGET_INSN_START_WORDS
9 #include "cpu.h"
11 #ifndef TARGET_INSN_START_EXTRA_WORDS
12 # define TARGET_INSN_START_WORDS 1
13 #else
14 # define TARGET_INSN_START_WORDS (1 + TARGET_INSN_START_EXTRA_WORDS)
15 #endif
17 #endif /* TARGET_INSN_START_WORDS */