Changeset 100658 in vbox for trunk/src/VBox/Devices/PC/BIOS/invop.c
- Timestamp:
- Jul 20, 2023 7:43:52 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/invop.c
r98103 r100658 252 252 /* LOCK prefix - skip over it and try again. */ 253 253 ++ra.ip; 254 #if VBOX_BIOS_CPU >= 80386 254 255 } else if (*(uint16_t __far *)ins == 0x050F) { 255 256 /* 286 LOADALL. NB: Same opcode as SYSCALL. */ … … 351 352 ldal3_finish(); 352 353 #endif 354 #endif 353 355 } else { 354 356 /* There isn't much point in executing the invalid opcode handler
Note:
See TracChangeset
for help on using the changeset viewer.