mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Revert "Add missing registers in User_Regs on AMD64"
This reverts commit acfac3cf2d.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user