VirtualBox

Ignore:
Timestamp:
Aug 13, 2013 7:34:18 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87948
Message:

REM: Attempt at better selector attribute handling, to avoid further weird bits turning up.

File:
1 edited

Legend:

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

    r47550 r47709  
    46144614    uint32_t u32 = 0;
    46154615    int rc = IOMIOPortRead(env->pVM, env->pVCpu, (RTIOPORT)addr, &u32, 1);
     4616if (addr == 0x01f0) RTLogPrintf("ins: %#06x -> %#04x %d\n", addr, u32, rc);
    46164617    if (RT_LIKELY(rc == VINF_SUCCESS))
    46174618    {
     
    46344635    uint32_t u32 = 0;
    46354636    int rc = IOMIOPortRead(env->pVM, env->pVCpu, (RTIOPORT)addr, &u32, 2);
     4637if (addr == 0x01f0) RTLogPrintf("ins: %#06x -> %#06x %d\n", addr, u32, rc);
    46364638    if (RT_LIKELY(rc == VINF_SUCCESS))
    46374639    {
     
    46534655    uint32_t u32 = 0;
    46544656    int rc = IOMIOPortRead(env->pVM, env->pVCpu, (RTIOPORT)addr, &u32, 4);
     4657if (addr == 0x01f0) RTLogPrintf("ins: %#06x -> %#010x %d\n", addr, u32, rc);
    46554658    if (RT_LIKELY(rc == VINF_SUCCESS))
    46564659    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette