Changeset 73101 in vbox for trunk/src/VBox/Devices/PC/DevPIC.cpp
- Timestamp:
- Jul 12, 2018 9:23:36 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPIC.cpp
r69500 r73101 581 581 static uint32_t pic_poll_read(PPICSTATE pPic, uint32_t addr1) 582 582 { 583 PDEVPIC pThis = RT_FROM_MEMBER (pPic, DEVPIC, aPics[pPic->idxPic]);583 PDEVPIC pThis = RT_FROM_MEMBER_DYN(pPic, DEVPIC, aPics[pPic->idxPic]); 584 584 585 585 int ret = pic_get_irq(pPic);
Note:
See TracChangeset
for help on using the changeset viewer.