mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 00:24:05 +00:00
Add missing registers in User_Regs on AMD64
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user