bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Go to file
Sintendo 7d9ebc59a0 libco/aarch64: Fix vector register handling
The calling convention specifies that d8-d15 (the lower 64 bits of
vector registers q8-q15) are callee-saved. However, libco was
erroneously saving and restoring general-purpose registers x8-x15
instead.
2020-03-23 23:31:19 +01:00
doc Update to v106r107 release. 2019-02-27 23:03:24 +11:00
aarch64.c libco/aarch64: Fix vector register handling 2020-03-23 23:31:19 +01:00
amd64.c v106.232 2019-12-02 19:45:14 +09:00
arm.c v106.232 2019-12-02 19:45:14 +09:00
fiber.c v106.224 2019-10-20 01:14:04 +09:00
libco.c v106.223 2019-10-20 00:28:09 +09:00
libco.h v106.224 2019-10-20 01:14:04 +09:00
ppc.c v106.232 2019-12-02 19:45:14 +09:00
ppc64v2.c v106.224 2019-10-20 01:14:04 +09:00
settings.h Update to v102r02 release. 2017-01-23 08:04:26 +11:00
sjlj.c v106.224 2019-10-20 01:14:04 +09:00
ucontext.c v106.224 2019-10-20 01:14:04 +09:00
x86.c v106.232 2019-12-02 19:45:14 +09:00