mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03: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: https://github.com/SerenityOS/serenity/commit/74aba07b704 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 ✅
@ -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…
Reference in New Issue
Block a user