summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--com32/modules/mboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/mboot.c b/com32/modules/mboot.c
index 69eed5da..45f297fd 100644
--- a/com32/modules/mboot.c
+++ b/com32/modules/mboot.c
@@ -867,7 +867,7 @@ static void trampoline_start(section_t *secs, int sec_count,
*
* EAX must be 0x2badb002 and EBX must point to the MBI when we jump. */
- asm volatile ("jmp *%2"
+ asm volatile ("jmp %*%2"
: : "a" (0x2badb002), "b" (mbi_run_addr), "cdSDm" (entry));
}
static void trampoline_end(void) {}