VirtualBox

Changeset 9015 in vbox


Ignore:
Timestamp:
May 21, 2008 12:58:27 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31094
Message:

removed #if 1, the code seems working fine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/target-i386/translate.c

    r8849 r9015  
    32383238static bool is_invalid_lock_sequence(DisasContext *s, target_ulong pc_start, int b)
    32393239{
    3240 #if 1 /** @todo test this properly! */
    32413240    target_ulong pc = s->pc;
    32423241    int modrm, mod, op;
     
    33513350    Log(("illegal lock sequence %VGv (b=%#x)\n", pc_start, b));
    33523351    return true;
    3353 #else
    3354     return false;
    3355 #endif
    33563352}
    33573353#endif /* VBOX */
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