VirtualBox

Ignore:
Timestamp:
Jul 20, 2023 7:43:52 AM (19 months ago)
Author:
vboxsync
Message:

BIOS: Reworked BIOS build to have a common core and add 286/386 specific modules (see bugref:6549).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/invop.c

    r98103 r100658  
    252252         /* LOCK prefix - skip over it and try again. */
    253253        ++ra.ip;
     254#if VBOX_BIOS_CPU >= 80386
    254255    } else if (*(uint16_t __far *)ins == 0x050F) {
    255256        /* 286 LOADALL. NB: Same opcode as SYSCALL. */
     
    351352        ldal3_finish();
    352353#endif
     354#endif
    353355    } else {
    354356        /* There isn't much point in executing the invalid opcode handler
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette