Changeset 13841 in vbox for trunk/src/recompiler_new/VBoxRecompiler.c
- Timestamp:
- Nov 5, 2008 3:38:52 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 38833
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/VBoxRecompiler.c
r13840 r13841 3792 3792 * Do the disassembling. 3793 3793 */ 3794 RTLogPrintf("Guest Code: PC=%RGp % #VGp (%RGp) bytes fFlags=%d\n", uCode, cb, cb, fFlags);3794 RTLogPrintf("Guest Code: PC=%RGp %RGp bytes fFlags=%d\n", uCode, cb, fFlags); 3795 3795 cs = cpu_single_env->segs[R_CS].selector; 3796 3796 eip = uCode - cpu_single_env->segs[R_CS].base;
Note:
See TracChangeset
for help on using the changeset viewer.