- Timestamp:
- Oct 12, 2007 3:32:22 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25254
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r5197 r5262 1487 1487 int remR3NotifyTrap(CPUState *env, uint32_t uTrap, uint32_t uErrorCode, uint32_t pvNextEIP) 1488 1488 { 1489 PVM pVM = (PVM)env->pVM;1489 PVM pVM = env->pVM; 1490 1490 #ifdef VBOX_WITH_STATISTICS 1491 1491 static STAMCOUNTER aStatTrap[255]; … … 1556 1556 void remR3RecordCall(CPUState *env) 1557 1557 { 1558 CSAMR3RecordCallAddress( (PVM)env->pVM, env->eip);1558 CSAMR3RecordCallAddress(env->pVM, env->eip); 1559 1559 } 1560 1560
Note:
See TracChangeset
for help on using the changeset viewer.