Changeset 41325 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- May 16, 2012 8:37:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp
r38636 r41325 778 778 } 779 779 780 char szAbsPath[RTPATH_MAX]; 781 rc = RTPathAbs(szPath, szAbsPath, sizeof(szAbsPath)); 782 if (RT_FAILURE(rc)) 783 { 784 RTPrintf("tstIntNet-1: RTPathAbs -> %Rrc\n", rc); 785 return 1; 786 } 787 780 788 rc = SUPR3LoadVMM(strcat(szPath, "/../VMMR0.r0")); 781 789 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.