aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Gault <sylvain.gault@gmail.com>2015-09-13 07:01:01 -0400
committerGene Cumm <gene.cumm@gmail.com>2015-09-13 07:02:19 -0400
commitb5f26648ce726ca3141c54ba2a0da2688fb0fc38 (patch)
tree624a0aa2c33395a6ebf29435019c5ffbe140d426
parent229ada1e7af3545b78bdc73ffc36db54e1cf42e5 (diff)
downloadsyslinux-b5f26648ce726ca3141c54ba2a0da2688fb0fc38.tar.gz
syslinux-b5f26648ce726ca3141c54ba2a0da2688fb0fc38.tar.xz
syslinux-b5f26648ce726ca3141c54ba2a0da2688fb0fc38.zip
efi/x86_64: fix trivial compilation warning
Missing */ at the end of a comment. Signed-off-by: Sylvain Gault <sylvain.gault@gmail.com> Reviewed-by: Paulo Alcantara <pcacjr@zytor.com>
-rw-r--r--efi/x86_64/linux.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/efi/x86_64/linux.S b/efi/x86_64/linux.S
index 972c0b2c..29dde94a 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