Skip to content

Commit

Permalink
[CPU] Proper selectors type
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed May 26, 2024
1 parent 370218b commit d37f94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devices/cpu/interrupts.header.hexa
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class InterruptFrame {
@volatile var flags UInt64 // RFLAGS\EFLAGS (same on AMD64 and x86)
@volatile var sp UInt64 // Stack pointer
@volatile var ss Selector // Stack segment
@volatile var fs UInt64 // 32-bit PEB
@volatile var gs UInt64 // 64-bit PEB
@volatile var fs Selector // 32-bit PEB
@volatile var gs Selector // 64-bit PEB

new ()
}

0 comments on commit d37f94d

Please sign in to comment.