VirtualBox

Ignore:
Timestamp:
Jun 14, 2012 11:57:45 PM (12 years ago)
Author:
vboxsync
Message:

DISCPUSTATE::opsize -> cbInstr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/CSAMInternal.h

    r41678 r41732  
    271271    }
    272272#ifdef IN_RC
    273     return (RTRCPTR)((uint8_t *)pBranchInstrGC + pCpu->opsize + disp);
     273    return (RTRCPTR)((uint8_t *)pBranchInstrGC + pCpu->cbInstr + disp);
    274274#else
    275     return pBranchInstrGC + pCpu->opsize + disp;
     275    return pBranchInstrGC + pCpu->cbInstr + disp;
    276276#endif
    277277}
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