]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix xcode tool chain assembly issue.
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 23 Jan 2013 00:21:57 +0000 (00:21 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 23 Jan 2013 00:21:57 +0000 (00:21 +0000)
Contributed-under: TianoCore Contribution Agrement 1.0
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
signed-off-by: Andrew Fish <afish@apple.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14078 6f19259b-4bc3-4df7-8a09-765794883524

OvmfPkg/Library/LoadLinuxLib/X64/JumpToKernel.S

index 6a6335d063144e17a37bc4d61b596c257253ff77..06d0a1f556de652662b86720c03ff5679e418ff1 100644 (file)
@@ -34,7 +34,7 @@ ASM_PFX(JumpToKernel):
     pushq   $0x10\r
     leaq    1f(%rip), %rax\r
     pushq   %rax\r
-    .byte   0x48, 0xcb                      ; retfq\r
+    .byte   0x48, 0xcb                      // retfq\r
 \r
 1:  // Now in compatibility mode\r
 .code32\r