Revision: 2390
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2390
Author: proski
Date: 2009-07-02 00:21:07 +0000 (Thu, 02 Jul 2009)
Log Message:
-----------
2009-07-01 Pavel Roskin <[email protected]>
* kern/x86_64/efi/callwrap.S: Add missing newline at the end.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/kern/x86_64/efi/callwrap.S
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-07-01 23:58:30 UTC (rev 2389)
+++ trunk/grub2/ChangeLog 2009-07-02 00:21:07 UTC (rev 2390)
@@ -1,5 +1,7 @@
2009-07-01 Pavel Roskin <[email protected]>
+ * 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).
Modified: trunk/grub2/kern/x86_64/efi/callwrap.S
===================================================================
--- trunk/grub2/kern/x86_64/efi/callwrap.S 2009-07-01 23:58:30 UTC (rev
2389)
+++ trunk/grub2/kern/x86_64/efi/callwrap.S 2009-07-02 00:21:07 UTC (rev
2390)
@@ -113,4 +113,4 @@
mov %rsi, %rcx
call *%rdi
addq $88, %rsp
- ret
\ No newline at end of file
+ ret