diff options
-rw-r--r-- | i386/i386/fpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/fpu.c b/i386/i386/fpu.c index 5f045f5..8679816 100644 --- a/i386/i386/fpu.c +++ b/i386/i386/fpu.c @@ -494,7 +494,7 @@ fphandleerr() */ #if NCPUS == 1 if (fp_thread == THREAD_NULL) { - printf("fpintr: FPU not belonging to anyone!\n"); + printf("fphandleerr: FPU not belonging to anyone!\n"); clear_ts(); fninit(); clear_fpu(); |