Changeset 41414 in vbox for trunk/src/VBox/Devices/Network/testcase
- Timestamp:
- May 23, 2012 12:37:28 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78135
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp
r41325 r41414 778 778 } 779 779 780 strcat(szPath, "/../VMMR0.r0"); 781 780 782 char szAbsPath[RTPATH_MAX]; 781 783 rc = RTPathAbs(szPath, szAbsPath, sizeof(szAbsPath)); … … 786 788 } 787 789 788 rc = SUPR3LoadVMM(s trcat(szPath, "/../VMMR0.r0"));790 rc = SUPR3LoadVMM(szAbsPath); 789 791 if (RT_FAILURE(rc)) 790 792 { 791 RTPrintf("tstIntNet-1: SUPR3LoadVMM(\"%s\") -> %Rrc\n", sz Path, rc);793 RTPrintf("tstIntNet-1: SUPR3LoadVMM(\"%s\") -> %Rrc\n", szAbsPath, rc); 792 794 return 1; 793 795 }
Note:
See TracChangeset
for help on using the changeset viewer.