Add missing registers in User_Regs on AMD64

This commit is contained in:
flysand7
2024-09-26 07:25:40 +11:00
parent 8371ef6681
commit e54b1560ee
+6
View File
@@ -1136,6 +1136,12 @@ 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 {