1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00

remove unneded empty line in the code

This commit is contained in:
Alexander Kuleshov 2018-04-03 00:08:35 +06:00
parent 46acca900d
commit b7ed445f0a
No known key found for this signature in database
GPG Key ID: EE88CAC52D66AC9B

View File

@ -66,7 +66,6 @@ In the next step we can see setup of the stack pointer and resetting of the flag
```assembly ```assembly
leaq boot_stack_end(%rbx), %rsp leaq boot_stack_end(%rbx), %rsp
pushq $0 pushq $0
popfq popfq
``` ```