You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/include/tcg/insn-start-words.h

13 lines
229 B
C

/* 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 */