Browse Source

Revert "Add missing registers in User_Regs on AMD64"

This reverts commit acfac3cf2d14f6f27beae9e305b0dc0b57aa6321.
flysand7 10 months ago
parent
commit
abd52529a6
1 changed files with 0 additions and 6 deletions
  1. 0 6
      core/sys/linux/types.odin

+ 0 - 6
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 {