VirtualBox

Changeset 85873 in vbox for trunk/src


Ignore:
Timestamp:
Aug 21, 2020 10:14:38 PM (4 years ago)
Author:
vboxsync
Message:

SUPHardNt: fix potential warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp

    r85121 r85873  
    25842584                 "  cs=%04RX16 ds=%04RX16 es=%04RX16 fs=%04RX16 gs=%04RX16\n"
    25852585                 "  dr0=%08RX32 dr1=%08RX32 dr2=%08RX32 dr3=%08RX32 dr6=%08RX32 dr7=%08RX32\n",
     2586                 pszLeadIn,
    25862587                 pCtx->Eax, pCtx->Ebx, pCtx->Ecx, pCtx->Edx, pCtx->Esi, pCtx->Edi,
    25872588                 pCtx->Eip, pCtx->Esp, pCtx->Ebp, pCtx->EFlags,
     
    25912592# error "Unsupported arch."
    25922593#endif
    2593 
     2594    RT_NOREF(pCtx, pszLeadIn);
    25942595}
    25952596
Note: See TracChangeset for help on using the changeset viewer.

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