1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

disable FPU restoring

because only one thread per core with FPU access is used
This commit is contained in:
Stefan Lankes 2016-02-21 17:08:55 +01:00
parent a59cceb15b
commit 454809db43

View file

@ -46,7 +46,7 @@ extern "C" {
#define INT_SYSCALL 0x80
#define MAILBOX_SIZE 32
//#define WITH_PCI_IDS
#define SAVE_FPU
//#define SAVE_FPU
#define BYTE_ORDER LITTLE_ENDIAN