VirtualBox

Ignore:
Timestamp:
Dec 22, 2010 8:37:34 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69136
Message:

FE/Headless, FE/SDL: fixed a couple of copy'n'paste bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r35191 r35287  
    969969            if (!machineDebugger)
    970970            {
    971                 RTPrintf("Error: No debugger object; -%srawr3 cannot be executed!\n", fRawR0 ? "" : "no");
     971                RTPrintf("Error: No debugger object; -%srawr3 cannot be executed!\n", fRawR3 ? "" : "no");
    972972                break;
    973973            }
     
    978978            if (!machineDebugger)
    979979            {
    980                 RTPrintf("Error: No debugger object; -%spatm cannot be executed!\n", fRawR0 ? "" : "no");
     980                RTPrintf("Error: No debugger object; -%spatm cannot be executed!\n", fPATM ? "" : "no");
    981981                break;
    982982            }
     
    987987            if (!machineDebugger)
    988988            {
    989                 RTPrintf("Error: No debugger object; -%scsam cannot be executed!\n", fRawR0 ? "" : "no");
     989                RTPrintf("Error: No debugger object; -%scsam cannot be executed!\n", fCSAM ? "" : "no");
    990990                break;
    991991            }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette