remove typo
This commit is contained in:
parent
d7dc5ec9b7
commit
c42642aadc
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ static inline void tlb_flush(void)
|
|||
static inline uint32_t read_eflags(void)
|
||||
{
|
||||
uint32_t result;
|
||||
asm volatile ("pushf; pop $0" : "=r"(result));
|
||||
asm volatile ("pushf; pop %0" : "=r"(result));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue