diff options
| author | flysand7 <thebumboni@gmail.com> | 2024-09-26 07:26:01 +1100 |
|---|---|---|
| committer | flysand7 <thebumboni@gmail.com> | 2024-09-26 07:26:01 +1100 |
| commit | abd52529a661e8ed6e307029fa390efd1c334b8d (patch) | |
| tree | 261399fbfac52f05e84867c6b32e2c6f6951d56a /core/sys/linux | |
| parent | acfac3cf2d14f6f27beae9e305b0dc0b57aa6321 (diff) | |
Revert "Add missing registers in User_Regs on AMD64"
This reverts commit acfac3cf2d14f6f27beae9e305b0dc0b57aa6321.
Diffstat (limited to 'core/sys/linux')
| -rw-r--r-- | core/sys/linux/types.odin | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/sys/linux/types.odin b/core/sys/linux/types.odin index 07c654749..0e5b8218b 100644 --- a/core/sys/linux/types.odin +++ b/core/sys/linux/types.odin @@ -1136,12 +1136,6 @@ when ODIN_ARCH == .arm32 { eflags: uint, rsp: uint, ss: uint, - fs_base: uint, - gs_base: uint, - ds: uint, - es: uint, - fs: uint, - gs: uint, } // All floating point state _Arch_User_FP_Regs :: struct { |