- Timestamp:
- Jun 27, 2007 11:42:44 AM (18 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r3145 r3313 636 636 637 637 #ifdef DEBUG 638 c har *pszInstr;638 const char *pszInstr; 639 639 640 640 if (pCpu->pCurInstr->opcode == OP_XOR) … … 743 743 744 744 #ifdef DEBUG 745 c har *pszInstr;745 const char *pszInstr; 746 746 747 747 if (pCpu->pCurInstr->opcode == OP_SUB) … … 862 862 863 863 #ifdef DEBUG 864 c har *pszInstr;864 const char *pszInstr; 865 865 866 866 if (pCpu->pCurInstr->opcode == OP_BTR) -
trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp
r3015 r3313 661 661 LogFlow(("Stack %VGv pos %02d: %08x\n", &CTXSUFF(pTrapStack)[j], j, CTXSUFF(pTrapStack)[j])); 662 662 } 663 c har *pszPrefix = "";664 c har *szEFlags = "";663 const char *pszPrefix = ""; 664 const char *szEFlags = ""; 665 665 666 666 LogFlow(( "%seax=%08x %sebx=%08x %secx=%08x %sedx=%08x %sesi=%08x %sedi=%08x\n"
Note:
See TracChangeset
for help on using the changeset viewer.