aspeed: Use the boot_rom region of the fby35 machine
[qemu/kevin.git] / tcg / ppc / tcg-target-reg-bits.h
blob0efa80e7e07f31bd5208e29e0b17fcae3cf476d6
1 /* SPDX-License-Identifier: MIT */
2 /*
3 * Define target-specific register size
4 * Copyright (c) 2008 Fabrice Bellard
5 */
7 #ifndef TCG_TARGET_REG_BITS_H
8 #define TCG_TARGET_REG_BITS_H
10 #ifdef _ARCH_PPC64
11 # define TCG_TARGET_REG_BITS 64
12 #else
13 # define TCG_TARGET_REG_BITS 32
14 #endif
16 #endif