mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typo
This commit is contained in:
parent
13dae8f7c8
commit
d17280079b
1 changed files with 1 additions and 1 deletions
|
@ -48,13 +48,13 @@ typedef struct {
|
|||
uint64_t rsp1;
|
||||
uint64_t rsp2;
|
||||
uint32_t res2, res3; // reserved entries
|
||||
uint64_t ist_rsp0;
|
||||
uint64_t ist_rsp1;
|
||||
uint64_t ist_rsp2;
|
||||
uint64_t ist_rsp3;
|
||||
uint64_t ist_rsp4;
|
||||
uint64_t ist_rsp5;
|
||||
uint64_t ist_rsp6;
|
||||
uint64_t ist_rsp7;
|
||||
uint32_t res4, res5; // reserved entries
|
||||
uint16_t res6, bitmap;
|
||||
} __attribute__ ((packed)) tss_t;
|
||||
|
|
Loading…
Add table
Reference in a new issue