Changeset 368 for trunk/hal/x86_64/core/hal_special.c
- Timestamp:
- Aug 14, 2017, 12:32:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_special.c
r336 r368 87 87 void hal_fpu_enable() 88 88 { 89 x86_panic((char *)__func__); 89 /* FPU not implemented yet */ 90 return; 90 91 clts(); 91 92 } … … 93 94 void hal_fpu_disable() 94 95 { 95 x86_panic((char *)__func__); 96 /* FPU not implemented yet */ 97 return; 96 98 stts(); 97 99 }
Note: See TracChangeset
for help on using the changeset viewer.