Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sylvain Gault authored and geneC committed Sep 13, 2015
1 parent 229ada1 commit b5f2664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion efi/x86_64/linux.S
Expand Up @@ -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
Expand Down

0 comments on commit b5f2664

Please sign in to comment.