Index: /trunk/src/VBox/Devices/PC/BIOS/system.c
===================================================================
--- /trunk/src/VBox/Devices/PC/BIOS/system.c	(revision 60613)
+++ /trunk/src/VBox/Devices/PC/BIOS/system.c	(revision 60614)
@@ -893,5 +893,5 @@
     write_word(ES, SI+0x28+6, 0x0000);   // base 31:24/reserved/limit 19:16
 
-    pm_stack_save(CX, ES, SI, (uint16_t)(void __near *)&r);
+    pm_stack_save(CX, ES, SI, FP_OFF(&r));
     pm_enter();
     pm_copy();
