VirtualBox

Changeset 2333 in vbox for trunk/src/VBox/VMM/PATM/VMMAll


Ignore:
Timestamp:
Apr 24, 2007 4:41:01 PM (18 years ago)
Author:
vboxsync
Message:

gcc-4.2 warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp

    r1403 r2333  
    530530 * @param   fPatchFlags Patch flags
    531531 */
    532 PATMDECL(char *)patmGetInstructionString(uint32_t opcode, uint32_t fPatchFlags)
    533 {
    534     char *pszInstr = NULL;
     532PATMDECL(const char *)patmGetInstructionString(uint32_t opcode, uint32_t fPatchFlags)
     533{
     534    const char *pszInstr = NULL;
    535535
    536536    switch (opcode)
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