- Timestamp:
- Nov 12, 2017 3:39:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/tools/VBoxCpuReportMsrLinux.cpp
r69654 r69661 52 52 * @interface_method_impl{VBCPUREPMSRACCESSORS,pfnMsrProberRead} 53 53 */ 54 static intlinuxMsrProberRead(uint32_t uMsr, RTCPUID idCpu, uint64_t *puValue, bool *pfGp)54 static DECLCALLBACK(int) linuxMsrProberRead(uint32_t uMsr, RTCPUID idCpu, uint64_t *puValue, bool *pfGp) 55 55 { 56 56 int rc = VINF_SUCCESS; … … 75 75 * @interface_method_impl{VBCPUREPMSRACCESSORS,pfnMsrProberWrite} 76 76 */ 77 static intlinuxMsrProberWrite(uint32_t uMsr, RTCPUID idCpu, uint64_t uValue, bool *pfGp)77 static DECLCALLBACK(int) linuxMsrProberWrite(uint32_t uMsr, RTCPUID idCpu, uint64_t uValue, bool *pfGp) 78 78 { 79 79 int rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.