2009-07-01 Pavel Roskin <proski@gnu.org>
* kern/x86_64/efi/callwrap.S: Add missing newline at the end.
This commit is contained in:
parent
d23af54ef4
commit
87a7339e7a
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2009-07-01 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* kern/x86_64/efi/callwrap.S: Add missing newline at the end.
|
||||
|
||||
* util/hostdisk.c (open_device): Remove `const' from
|
||||
`sysctl_size', as sysctlbyname() can change it (in this case it
|
||||
doesn't actually happen).
|
||||
|
|
|
@ -113,4 +113,4 @@ FUNCTION(efi_wrap_10)
|
|||
mov %rsi, %rcx
|
||||
call *%rdi
|
||||
addq $88, %rsp
|
||||
ret
|
||||
ret
|
||||
|
|
Loading…
Reference in a new issue