[syslinux:master] efi/x86_64: fix trivial compilation warning

syslinux-bot for Sylvain Gault sylvain.gault at gmail.com
Sun Sep 13 04:06:04 PDT 2015


Commit-ID:  b5f26648ce726ca3141c54ba2a0da2688fb0fc38
Gitweb:     http://www.syslinux.org/commit/b5f26648ce726ca3141c54ba2a0da2688fb0fc38
Author:     Sylvain Gault <sylvain.gault at gmail.com>
AuthorDate: Sun, 13 Sep 2015 07:01:01 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Sun, 13 Sep 2015 07:02:19 -0400

efi/x86_64: fix trivial compilation warning

Missing */ at the end of a comment.

Signed-off-by: Sylvain Gault <sylvain.gault at gmail.com>
Reviewed-by: Paulo Alcantara <pcacjr at zytor.com>

---
 efi/x86_64/linux.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/efi/x86_64/linux.S b/efi/x86_64/linux.S
index 972c0b2..29dde94 100644
--- a/efi/x86_64/linux.S
+++ b/efi/x86_64/linux.S
@@ -27,7 +27,7 @@ kernel_jump:
 base_address:
 	pop %rsi
 
-	/* need to perform a long jump to update cs
+	/* need to perform a long jump to update cs */
 
 	/* load absolute address of pm_code in jmp_address location */
 	lea (pm_code - base_address)(%rsi, 1), %rax


More information about the Syslinux-commits mailing list