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