Changeset 39914 in vbox for trunk/src/VBox/Devices/PC/BIOS-new
- Timestamp:
- Jan 31, 2012 10:09:41 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75988
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/keyboard.c
r38833 r39914 474 474 475 475 case 0x53: /* Del press */ 476 if ((shift_flags & 0x0 f) == 0x0c)476 if ((shift_flags & 0x0c) == 0x0c) 477 477 jmp_post(); 478 478 /* fall through */
Note:
See TracChangeset
for help on using the changeset viewer.