summaryrefslogtreecommitdiffstats
path: root/purgatory
diff options
context:
space:
mode:
authorJamey Sharp <jamey@thetovacompany.com>2008-04-22 16:21:07 -0700
committerSimon Horman <horms@verge.net.au>2008-04-24 11:20:50 +1000
commit23d14a85327252ee07332ca13b2b7973b410bf7d (patch)
tree65ccc0dd8c0037906ddb8bafb7ecb5180eba1492 /purgatory
parent27b1321a9b1f69cef5dabe968617a572e159f138 (diff)
downloadkexec-tools-23d14a85327252ee07332ca13b2b7973b410bf7d.tar.gz
Fix "Warning: indirect jmp without `*'".
The generated code is byte-for-byte identical. Signed-off-by: Jamey Sharp <jamey@thetovacompany.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'purgatory')
-rw-r--r--purgatory/arch/i386/entry32-16-debug.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/purgatory/arch/i386/entry32-16-debug.S b/purgatory/arch/i386/entry32-16-debug.S
index 558ac1f9..82b58cae 100644
--- a/purgatory/arch/i386/entry32-16-debug.S
+++ b/purgatory/arch/i386/entry32-16-debug.S
@@ -191,5 +191,5 @@ DEBUG_CHAR('j')
entry16_debug_old_first32:
.long 0x100000
.size entry16_debug_old_first32, . - entry16_debug_old_first32
- jmp %eax
+ jmp *%eax
.size entry16_debug_first32, . - entry16_debug_first32