]> www.infradead.org Git - users/dwmw2/qemu.git/commit
bsd-user: Add target.h for aarch64.
authorWarner Losh <imp@bsdimp.com>
Wed, 24 Jul 2024 21:57:44 +0000 (15:57 -0600)
committerWarner Losh <imp@bsdimp.com>
Wed, 24 Jul 2024 22:02:07 +0000 (16:02 -0600)
commitec018b76798e1196882ebcbf3df15e6d86ac9d7c
tree9ac6e398bfa4b343b57b9461f6d7f51c9ea4f298
parentafdb6be1bd8528395af65a087bd668bf7a42ab99
bsd-user: Add target.h for aarch64.

For aarch64, it's a 64-bit API, so there's no pairing of registers for
64-bit values.

Signed-off-by: Warner Losh <imp@bsdimp.com>
bsd-user/aarch64/target.h [new file with mode: 0644]