aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/comboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/include/comboot.h')
-rw-r--r--src/arch/i386/include/comboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/include/comboot.h b/src/arch/i386/include/comboot.h
index 6b8ea6b68..b5b1f8a0d 100644
--- a/src/arch/i386/include/comboot.h
+++ b/src/arch/i386/include/comboot.h
@@ -78,7 +78,7 @@ extern void com32_cfarcall_wrapper ( );
extern int comboot_resolv ( const char *name, struct in_addr *address );
/* setjmp/longjmp context buffer used to return after loading an image */
-extern jmp_buf comboot_return;
+extern rmjmp_buf comboot_return;
/* Replacement image when exiting with COMBOOT_EXIT_RUN_KERNEL */
extern struct image *comboot_replacement_image;