Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
[qemu/kevin.git] / tcg / aarch64 / tcg-target-reg-bits.h
blob3b57a1aafb93fa41a8df41b0743db6cef8979157
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Define target-specific register size
4 * Copyright (c) 2023 Linaro
5 */
7 #ifndef TCG_TARGET_REG_BITS_H
8 #define TCG_TARGET_REG_BITS_H
10 #define TCG_TARGET_REG_BITS 64
12 #endif