- Timestamp:
- Mar 28, 2017 11:09:00 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114214
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxPrint.c
r66206 r66289 35 35 BS3_CMN_DEF(void, Bs3RegCtxPrint,(PCBS3REGCTX pRegCtx)) 36 36 { 37 if ( BS3_MODE_IS_64BIT_CODE(pRegCtx->bMode))37 if (!BS3_MODE_IS_64BIT_CODE(pRegCtx->bMode)) 38 38 { 39 39 Bs3TestPrintf("eax=%08RX32 ebx=%08RX32 ecx=%08RX32 edx=%08RX32 esi=%08RX32 edi=%08RX32\n",
Note:
See TracChangeset
for help on using the changeset viewer.