From abd52529a661e8ed6e307029fa390efd1c334b8d Mon Sep 17 00:00:00 2001 From: flysand7 Date: Thu, 26 Sep 2024 07:26:01 +1100 Subject: [PATCH] Revert "Add missing registers in User_Regs on AMD64" This reverts commit acfac3cf2d14f6f27beae9e305b0dc0b57aa6321. --- core/sys/linux/types.odin | 6 ------ 1 file changed, 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 {