Changeset 58396 in vbox for trunk/src/recompiler
- Timestamp:
- Oct 23, 2015 9:16:36 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103634
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r58106 r58396 16 16 */ 17 17 18 /** @page pg_rem REM - Recompiled Execution Manager. 19 * 20 * The recompiled exeuction manager (REM) serves the final fallback for guest 21 * execution, after HM / raw-mode and IEM have given up. 22 * 23 * The REM is qemu with a whole bunch of VBox specific customization for 24 * interfacing with PATM, CSAM, PGM and other components. 25 * 26 * @sa @ref grp_rem 27 */ 18 28 19 29 /*********************************************************************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.