mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:07:45 +00:00
UserspaceEmulator: Align FPU-exception names with the manual
This commit is contained in:
parent
5d2a4bd18d
commit
74aba07b70
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ private:
|
|||
|
||||
void fpu_dump_env()
|
||||
{
|
||||
reportln("Exceptions: #I:{} #D:{} #O:{} #D:{} #U:{} #P:{} #SF:{} Summary:{}",
|
||||
reportln("Exceptions: #I:{} #D:{} #Z:{} #O:{} #U:{} #P:{} #SF:{} Summary:{}",
|
||||
m_fpu_error_invalid,
|
||||
m_fpu_error_denorm,
|
||||
m_fpu_error_zero_div,
|
||||
|
@ -99,7 +99,7 @@ private:
|
|||
m_fpu_error_precision,
|
||||
m_fpu_error_stackfault,
|
||||
m_fpu_error_summary);
|
||||
reportln("Masks: #I:{} #D:{} #O:{} #D:{} #U:{} #P:{}",
|
||||
reportln("Masks: #I:{} #D:{} #Z:{} #O:{} #U:{} #P:{}",
|
||||
m_fpu_mask_invalid,
|
||||
m_fpu_mask_denorm,
|
||||
m_fpu_mask_zero_div,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue