9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7f42ca92b2796173938049ed1e69e37560d00557
parent b2bac4db48177849d0e60e4201d7fa4c3f536a0a
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun,  4 Oct 2020 01:43:26 +0200

os9/arm64: Fix ifpu()

Change-Id: I53bad465d5475384542159ca58c56a5ab9a04a59

Diffstat:
Msrc/os9/arch/arm64/fpu.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/os9/arch/arm64/fpu.c b/src/os9/arch/arm64/fpu.c @@ -18,6 +18,7 @@ fpoff(void) void ifpu(Mach *m) { + fpon(); syswr(FPCR, 0); syswr(FPSR, 0); fpoff();