VirtualBox

Changeset 103422 in vbox


Ignore:
Timestamp:
Feb 19, 2024 10:05:01 AM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161746
Message:

Debugger: Fix some harmless warnings, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r102855 r103422  
    38463846    AssertReleaseFailed();
    38473847    RT_NOREF(pDbgc, pfPAE, pfLME, pfPSE, pfPGE, pfNXE);
     3848    *pfPAE = *pfLME = *pfPSE = *pfPGE = *pfNXE = false;
    38483849    return ~(RTGCPHYS)0;
    38493850#else
     
    38833884    RT_NOREF(pDbgc, pfPAE, pfLME, pfPSE, pfPGE, pfNXE);
    38843885    AssertReleaseFailed();
     3886    *pfPAE = *pfLME = *pfPSE = *pfPGE = *pfNXE = false;
    38853887    return ~(RTHCPHYS)0;
    38863888#else
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