- Timestamp:
- Aug 21, 2020 10:14:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r85121 r85873 2584 2584 " cs=%04RX16 ds=%04RX16 es=%04RX16 fs=%04RX16 gs=%04RX16\n" 2585 2585 " dr0=%08RX32 dr1=%08RX32 dr2=%08RX32 dr3=%08RX32 dr6=%08RX32 dr7=%08RX32\n", 2586 pszLeadIn, 2586 2587 pCtx->Eax, pCtx->Ebx, pCtx->Ecx, pCtx->Edx, pCtx->Esi, pCtx->Edi, 2587 2588 pCtx->Eip, pCtx->Esp, pCtx->Ebp, pCtx->EFlags, … … 2591 2592 # error "Unsupported arch." 2592 2593 #endif 2593 2594 RT_NOREF(pCtx, pszLeadIn); 2594 2595 } 2595 2596
Note:
See TracChangeset
for help on using the changeset viewer.