Changeset 4773 in vbox for trunk/src/VBox
- Timestamp:
- Sep 13, 2007 1:38:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r4771 r4773 873 873 return VERR_EM_INTERPRETER; 874 874 875 #ifdef DEBUG875 #ifdef LOG_ENABLED 876 876 const char *pszInstr; 877 877 … … 915 915 } 916 916 917 #ifdef DEBUG918 917 Log2(("emInterpret%s: pvFault=%VGv pParam1=%VGv val2=%x\n", pszInstr, pvFault, pParam1, valpar2)); 919 #endif920 918 pParam1 = (RTGCPTR)((RTGCUINTPTR)pParam1 + valpar2/8); 921 919 #ifdef IN_GC
Note:
See TracChangeset
for help on using the changeset viewer.