Changeset 2333 in vbox for trunk/src/VBox/VMM/PATM/VMMAll
- Timestamp:
- Apr 24, 2007 4:41:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp
r1403 r2333 530 530 * @param fPatchFlags Patch flags 531 531 */ 532 PATMDECL(c har *)patmGetInstructionString(uint32_t opcode, uint32_t fPatchFlags)533 { 534 c har *pszInstr = NULL;532 PATMDECL(const char *)patmGetInstructionString(uint32_t opcode, uint32_t fPatchFlags) 533 { 534 const char *pszInstr = NULL; 535 535 536 536 switch (opcode)
Note:
See TracChangeset
for help on using the changeset viewer.