aboutsummaryrefslogtreecommitdiff
path: root/tcg/sparc64/tcg-target-reg-bits.h
blob: 34a6711013dd1a0fe4f838bfb4fb39e0ddd96e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: MIT */
/*
 * Define target-specific register size
 * Copyright (c) 2023 Linaro
 */

#ifndef TCG_TARGET_REG_BITS_H
#define TCG_TARGET_REG_BITS_H

#define TCG_TARGET_REG_BITS  64

#endif