Changeset 13839 in vbox for trunk/src/recompiler/target-i386/translate.c
- Timestamp:
- Nov 5, 2008 3:27:47 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 38831
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/target-i386/translate.c
r12421 r13839 3353 3353 /* illegal sequence. The s->pc is past the lock prefix and that 3354 3354 is sufficient for the TB, I think. */ 3355 Log(("illegal lock sequence % VGv (b=%#x)\n", pc_start, b));3355 Log(("illegal lock sequence %RGv (b=%#x)\n", pc_start, b)); 3356 3356 return true; 3357 3357 }
Note:
See TracChangeset
for help on using the changeset viewer.