mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-05 23:59:53 +00:00
Kernel: Remove debug printing of code segment
This allows us to use the same code for aarch64.
This commit is contained in:
parent
ac788a2c8e
commit
5b06925b8a
Notes:
sideshowbarker
2024-07-17 07:48:42 +09:00
Author: https://github.com/FireFox317
Commit: 5b06925b8a
Pull-request: https://github.com/SerenityOS/serenity/pull/16690
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/nico ✅
2 changed files with 7 additions and 22 deletions
|
@ -1212,7 +1212,7 @@ DispatchSignalResult Thread::dispatch_signal(u8 signal)
|
|||
regs.set_flags(2 | (regs.rflags & ~safe_eflags_mask));
|
||||
#endif
|
||||
|
||||
dbgln_if(SIGNAL_DEBUG, "Thread in state '{}' has been primed with signal handler {:#04x}:{:p} to deliver {}", state_string(), m_regs.cs, m_regs.ip(), signal);
|
||||
dbgln_if(SIGNAL_DEBUG, "Thread in state '{}' has been primed with signal handler {:p} to deliver {}", state_string(), m_regs.ip(), signal);
|
||||
|
||||
return DispatchSignalResult::Continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue