VirtualBox

Changeset 31532 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Aug 10, 2010 12:31:04 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64629
Message:

REM: logging; No doxygen @note in code.

Location:
trunk/src/recompiler
Files:
2 edited

Legend:

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

    r31460 r31532  
    20392039    {
    20402040        /* The hidden selector registers are valid in the CPU context. */
    2041         /** @note QEmu saves the 2nd dword of the descriptor; we should convert the attribute word back! */
     2041        /* Note! QEmu saves the 2nd dword of the descriptor; we should convert the attribute word back! */
    20422042
    20432043        /* Set current CPL */
  • TabularUnified trunk/src/recompiler/target-i386/op_helper.c

    r31168 r31532  
    16751675{
    16761676#if defined(VBOX) && defined(DEBUG)
    1677     Log2(("raise_interrupt: %x %x %x %RGv\n", intno, is_int, error_code, env->eip + next_eip_addend));
     1677    Log2(("raise_interrupt: %x %x %x %RGv\n", intno, is_int, error_code, (RTGCPTR)env->eip + next_eip_addend));
    16781678#endif
    16791679    if (!is_int) {
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