Changeset 8832 in vbox
- Timestamp:
- May 15, 2008 7:05:53 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30841
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/target-i386/translate.c
r8826 r8832 3338 3338 /* /1: CMPXCHG8B mem64 or CMPXCHG16B mem128 */ 3339 3339 case 0xc7: 3340 op = (modrm >> 3) & 7; 3341 if (op != 1) 3342 break; 3340 3343 return false; 3341 3344 } … … 3345 3348 /* illegal sequence. */ 3346 3349 Log(("illegal lock sequence %VGv (b=%#x)\n", pc_start, b)); 3347 s->pc = pc; /* XXX: What's the correct value here?*/3350 /* exception 6 (UD) is a fault, therefore the PC must not be changed */ 3348 3351 return true; 3349 3352 #else
Note:
See TracChangeset
for help on using the changeset viewer.