Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / bsd-user / aarch64 / target.h
blob702aeb7fc57185deaade022c5cd16c5588b032d4
1 /*
2 * Aarch64 general target stuff that's common to all aarch details
4 * Copyright (c) 2022 M. Warner Losh <imp@bsdimp.com>
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
9 #ifndef TARGET_H
10 #define TARGET_H
13 * aaarch64 ABI does not 'lump' the registers for 64-bit args.
15 static inline bool regpairs_aligned(void *cpu_env)
17 return false;
20 #endif /* TARGET_H */