blob: 8f4ad3ed999414ca0b8ae77b20d38b96c527ac99 [file] [log] [blame]
/* SPDX-License-Identifier: MIT */
/*
* Define target-specific register size
* Copyright (c) 2008 Fabrice Bellard
*/
#ifndef TCG_TARGET_REG_BITS_H
#define TCG_TARGET_REG_BITS_H
/*
* We only support 64-bit hosts now.
* Retain the identifier for documentation.
*/
#define TCG_TARGET_REG_BITS 64
#endif