* grub-core/kern/x86_64/efi/callwrap.S: Fix the comment.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-16 21:35:40 +01:00
parent 581ffa8a24
commit bdfe9eeb2c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-11-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/x86_64/efi/callwrap.S: Fix the comment.
2011-11-14 Vladimir Serbinenko <phcoder@gmail.com> 2011-11-14 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/adler32.c: Add missing license specification. * grub-core/lib/adler32.c: Add missing license specification.

View file

@ -25,7 +25,7 @@
* different call conversion, so we need to do some conversion. * different call conversion, so we need to do some conversion.
* *
* gcc: * gcc:
* %rdi, %esi, %rdx, %rcx, %r8, %r9, 8(%rsp), 16(%rsp), ... * %rdi, %rsi, %rdx, %rcx, %r8, %r9, 8(%rsp), 16(%rsp), ...
* *
* efi: * efi:
* %rcx, %rdx, %r8, %r9, 32(%rsp), 40(%rsp), 48(%rsp), ... * %rcx, %rdx, %r8, %r9, 32(%rsp), 40(%rsp), 48(%rsp), ...