Changeset 39017 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Oct 18, 2011 12:38:41 PM (13 years ago)
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/orgs.asm
r38848 r39017 1684 1684 jc pcibios_error 1685 1685 1686 retf 2 1686 jmp iret_modify_cf ; don't trash caller's flags! 1687 1687 1688 pcibios_error: 1688 1689 ; mov bl, ah -
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r38808 r39017 12274 12274 call pcibios_real 12275 12275 jc pcibios_error 12276 retf 212276 jmp iret_modify_cf ; preserve old flags! 12277 12277 pcibios_error: 12278 12278 mov bl, ah
Note:
See TracChangeset
for help on using the changeset viewer.