mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
UserspaceEmulator: Align FPU-exception names with the manual
This commit is contained in:
parent
5d2a4bd18d
commit
74aba07b70
Notes:
sideshowbarker
2024-07-18 01:25:53 +09:00
Author: https://github.com/Hendiadyoin1
Commit: 74aba07b70
Pull-request: https://github.com/SerenityOS/serenity/pull/8946
Reviewed-by: https://github.com/Dexesttp
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
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