Changeset 35287 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- Dec 22, 2010 8:37:34 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69136
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r35191 r35287 969 969 if (!machineDebugger) 970 970 { 971 RTPrintf("Error: No debugger object; -%srawr3 cannot be executed!\n", fRawR 0? "" : "no");971 RTPrintf("Error: No debugger object; -%srawr3 cannot be executed!\n", fRawR3 ? "" : "no"); 972 972 break; 973 973 } … … 978 978 if (!machineDebugger) 979 979 { 980 RTPrintf("Error: No debugger object; -%spatm cannot be executed!\n", f RawR0? "" : "no");980 RTPrintf("Error: No debugger object; -%spatm cannot be executed!\n", fPATM ? "" : "no"); 981 981 break; 982 982 } … … 987 987 if (!machineDebugger) 988 988 { 989 RTPrintf("Error: No debugger object; -%scsam cannot be executed!\n", f RawR0? "" : "no");989 RTPrintf("Error: No debugger object; -%scsam cannot be executed!\n", fCSAM ? "" : "no"); 990 990 break; 991 991 }
Note:
See TracChangeset
for help on using the changeset viewer.