1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-07-04 16:22:32 +00:00

Удаление ненужной пустой строки в коде

This commit is contained in:
proninyaroslav 2018-08-05 13:05:07 +03:00
parent da19fd31c7
commit 2c910fcfdd

View File

@ -64,7 +64,6 @@ ENTRY(startup_64)
```assembly
leaq boot_stack_end(%rbx), %rsp
pushq $0
popfq
```