mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +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,
|
eflags: uint,
|
||||||
rsp: uint,
|
rsp: uint,
|
||||||
ss: uint,
|
ss: uint,
|
||||||
|
fs_base: uint,
|
||||||
|
gs_base: uint,
|
||||||
|
ds: uint,
|
||||||
|
es: uint,
|
||||||
|
fs: uint,
|
||||||
|
gs: uint,
|
||||||
}
|
}
|
||||||
// All floating point state
|
// All floating point state
|
||||||
_Arch_User_FP_Regs :: struct {
|
_Arch_User_FP_Regs :: struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user