Changeset 11155 in vbox for trunk/src/VBox/Devices/PC/DevAPIC.cpp
- Timestamp:
- Aug 5, 2008 11:00:44 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34145
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r10665 r11155 197 197 PCPDMAPICHLPGC pApicHlpGC; 198 198 /** The APIC timer - GC Ptr. */ 199 PTMTIMER GC pTimerGC;199 PTMTIMERRC pTimerGC; 200 200 201 201 /** Number of attempts made to optimize TPR accesses. */ … … 561 561 562 562 APICState *s = PDMINS2DATA(pDevIns, APICState *); 563 if (!s) 563 if (!s) 564 564 return false; 565 565
Note:
See TracChangeset
for help on using the changeset viewer.