VirtualBox

Changeset 5369 in vbox


Ignore:
Timestamp:
Oct 18, 2007 9:58:21 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25437
Message:

disas: don't flood the log on 64-bit hosts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r5262 r5369  
    34413441
    34423442        memset(&Cpu, 0, sizeof(Cpu));
     3443#ifdef RT_ARCH_X86
    34433444        Cpu.mode = CPUMODE_32BIT;
     3445#else
     3446        Cpu.mode = CPUMODE_64BIT;
     3447#endif
    34443448
    34453449        RTLogPrintf("Recompiled Code: %p %#lx (%ld) bytes\n", pvCode, cb, cb);
     
    34533457                RTLogPrintf("disas error\n");
    34543458                cbInstr = 1;
     3459#ifdef RT_ARCH_AMD64 /** @todo remove when DISInstr starts supporing 64-bit code. */
     3460                break;
     3461#endif
    34553462            }
    34563463            off += cbInstr;
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