diff options
author | Tim Schumacher <timschumi@gmx.de> | 2023-04-17 15:13:39 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-04-17 20:30:17 +0200 |
commit | aefd6e9ee176a7741bee1d72189dd32c10109af2 (patch) | |
tree | 6ca23642c30f3362405938ce7f05e6815072865c /Meta | |
parent | 0ee476948bd1a2f2cb6e0ef65636d1c57514b3e9 (diff) | |
download | serenity-aefd6e9ee176a7741bee1d72189dd32c10109af2.zip |
Kernel: Don't get rbp from internal context switch structures
This has been broken on x86_64 since its introduction, as it features
more registers to be saved, and we never held up the "rbp has to be the
last pushed register" there.
Instead, just copy rbp from the thread structure, which is now properly
updated since the last commit.
Diffstat (limited to 'Meta')
0 files changed, 0 insertions, 0 deletions