1 /* SPDX-License-Identifier: MIT */
3 * Define TARGET_INSN_START_WORDS
4 * Copyright (c) 2008 Fabrice Bellard
7 #ifndef TARGET_INSN_START_WORDS
11 #ifndef TARGET_INSN_START_EXTRA_WORDS
12 # define TARGET_INSN_START_WORDS 1
14 # define TARGET_INSN_START_WORDS (1 + TARGET_INSN_START_EXTRA_WORDS)
17 #endif /* TARGET_INSN_START_WORDS */