summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/PC/BIOS/pmode.inc
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2016-04-11 12:39:13 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2016-04-11 12:39:13 +0000
commitab46493d603aef3d49f618835e9f7301a815bad5 (patch)
tree4582d25284034ba48359855bcc320d00129a9a24 /src/VBox/Devices/PC/BIOS/pmode.inc
parentb37af0a73166bdb0257d7c3b15113a23cebcbb36 (diff)
downloadVirtualBox-svn-ab46493d603aef3d49f618835e9f7301a815bad5.tar.gz
VGABIOS,PCBIOS: Build variants for 80286 and 8086 in addition to the default 80386 one. Added build time checking of the BIOSORG results (sed + map file). Fixed shutdown code 0ah jump.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@60422 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Devices/PC/BIOS/pmode.inc')
-rw-r--r--src/VBox/Devices/PC/BIOS/pmode.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Devices/PC/BIOS/pmode.inc b/src/VBox/Devices/PC/BIOS/pmode.inc
index f570af912ec..7b344730800 100644
--- a/src/VBox/Devices/PC/BIOS/pmode.inc
+++ b/src/VBox/Devices/PC/BIOS/pmode.inc
@@ -53,7 +53,7 @@ pmode_exit proc near
mov eax, cr0
and al, 0FEh
mov cr0, eax
- .286
+ SET_DEFAULT_CPU_286
jmp far ptr really_exit_pm
really_exit_pm:
ret