[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kexec
Subject:    [PATCH 4/9] Fix "Warning: indirect jmp without `*'".
From:       jamey () thetovacompany ! com (Jamey Sharp)
Date:       2008-04-22 23:21:07
Message-ID: 1208906472-18465-5-git-send-email-jamey () thetovacompany ! com
[Download RAW message or body]

The generated code is byte-for-byte identical.

Signed-off-by: Jamey Sharp <jamey at thetovacompany.com>
---
 purgatory/arch/i386/entry32-16-debug.S |    2 +-
 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 558ac1f..82b58ca 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
-- 
1.5.4.1



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic