diff options
Diffstat (limited to 'x86_64/locore.S')
-rw-r--r-- | x86_64/locore.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x86_64/locore.S b/x86_64/locore.S index 7eaeda3b..3a829a73 100644 --- a/x86_64/locore.S +++ b/x86_64/locore.S @@ -510,7 +510,7 @@ fault_popl_gs: jmp push_segregs /* (GS on top of stack) */ push_es: - //pushq %es /* restore es, */ + pushq %es /* restore es, */ push_fs: pushq %fs /* restore fs, */ push_gs: |