- Timestamp:
- Apr 9, 2007 11:37:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r1988 r1989 1214 1214 #endif 1215 1215 RTGCPTR pParam1; 1216 uint32_t valpar1 , valpar2;1216 uint32_t valpar1 = 0, valpar2; 1217 1217 1218 1218 /* The destination is always a virtual address */ … … 1235 1235 } 1236 1236 1237 Log2(("emInterpretBtr: pvFault=%VGv pParam1=%VGv val2=%x\n", pvFault, pParam1, valpar2)); 1237 1238 pParam1 = (RTGCPTR)((RTGCUINTPTR)pParam1 + valpar2/8); 1238 1239 #ifdef IN_GC … … 1247 1248 } 1248 1249 1250 Log2(("emInterpretBtr: val=%x\n", valpar1)); 1249 1251 /* Data read, emulate BTR. */ 1250 1252 uint32_t eflags = EMEmulateBtr(&valpar1, valpar2 & 0x7); 1253 Log2(("emInterpretBtr: val=%x CF=%d\n", valpar1, !!(eflags & X86_EFL_CF))); 1251 1254 1252 1255 /* Update guest's eflags and finish. */
Note:
See TracChangeset
for help on using the changeset viewer.