hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()
[qemu/ar7.git] / bsd-user / arm / target.h
blob419c039b68e13ab680a04f65ab461dfb6e1e8759
1 /*
2 * Intel general target stuff that's common to all i386 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 * arm EABI 'lumps' the registers for 64-bit args.
15 static inline bool regpairs_aligned(void *cpu_env)
17 return true;
20 #endif /* ! TARGET_H */