[webkit-changes] [WebKit/WebKit] e3000b: Also use glibc mcontext_t fields on GNU/Hurd
Samuel Thibault
noreply at github.com
Sun Jan 12 10:18:19 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e3000bee93ae8fdd028449fb382895a068d792c6
https://github.com/WebKit/WebKit/commit/e3000bee93ae8fdd028449fb382895a068d792c6
Author: Samuel Thibault <samuel.thibault at ens-lyon.org>
Date: 2025-01-12 (Sun, 12 Jan 2025)
Changed paths:
M Source/JavaScriptCore/runtime/MachineContext.h
Log Message:
-----------
Also use glibc mcontext_t fields on GNU/Hurd
https://bugs.webkit.org/show_bug.cgi?id=285806
Reviewed by Michael Catanzaro.
GNU/Hurd also uses glibc, with the same mcontext_t structure and fields.
* Source/JavaScriptCore/runtime/MachineContext.h:
(JSC::MachineContext::stackPointerImpl):
(JSC::MachineContext::framePointerImpl):
(JSC::MachineContext::instructionPointerImpl):
(JSC::MachineContext::argumentPointer<1>):
(JSC::MachineContext::llintInstructionPointer):
Canonical link: https://commits.webkit.org/288773@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list