mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 09:02:06 +00:00
[PATCH] i386: PDA: Fix math emulator for new pt_regs
This patch fixes the math emulator, which had not been adjusted to match the changed struct pt_regs. AK: extracted from larger patch by Jeremy. Signed-off-by: Andi Kleen <ak@suse.de>
This commit is contained in:
parent
70463daca8
commit
63cb683c6e
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ struct info {
|
||||||
long ___eax;
|
long ___eax;
|
||||||
long ___ds;
|
long ___ds;
|
||||||
long ___es;
|
long ___es;
|
||||||
|
long ___fs;
|
||||||
long ___orig_eax;
|
long ___orig_eax;
|
||||||
long ___eip;
|
long ___eip;
|
||||||
long ___cs;
|
long ___cs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue