fix (kernel): renamed 'crs' to 'cs' in cpu_state_T

This commit is contained in:
antifallobst 2023-02-09 13:28:37 +01:00
parent 5d0a55e35f
commit 9b3b76f33d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ typedef struct {
// Saved by CPU
uint64_t rip;
uint64_t crs;
uint64_t cs;
uint64_t flags;
uint64_t rsp;
uint64_t ss;