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>
|
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
|
* util/hostdisk.c (open_device): Remove `const' from
|
||||||
`sysctl_size', as sysctlbyname() can change it (in this case it
|
`sysctl_size', as sysctlbyname() can change it (in this case it
|
||||||
doesn't actually happen).
|
doesn't actually happen).
|
||||||
|
|
|
@ -113,4 +113,4 @@ FUNCTION(efi_wrap_10)
|
||||||
mov %rsi, %rcx
|
mov %rsi, %rcx
|
||||||
call *%rdi
|
call *%rdi
|
||||||
addq $88, %rsp
|
addq $88, %rsp
|
||||||
ret
|
ret
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue