Changeset 56992 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Jul 18, 2015 11:01:44 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101707
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcArch.cpp
r56292 r56992 85 85 /* Reset. */ 86 86 case 0xf1: 87 Log2(("PCARCH: FPU Reset cb=%d u32=%#x\n", Port,cb, u32));87 Log2(("PCARCH: FPU Reset cb=%d u32=%#x\n", cb, u32)); 88 88 /** @todo figure out what the difference between FPU ports 0xf0 and 0xf1 are... */ 89 89 /* pDevIns->pHlp->pfnPICSetIrq(pDevIns, 13, 0); */
Note:
See TracChangeset
for help on using the changeset viewer.