Changeset 10664 in vbox for trunk/src/recompiler/VBoxRecompiler.c
- Timestamp:
- Jul 15, 2008 2:41:38 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33376
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r10410 r10664 4035 4035 { 4036 4036 uint8_t u8; 4037 int rc = PDMApicGetTPR(env->pVM, &u8 );4037 int rc = PDMApicGetTPR(env->pVM, &u8, NULL); 4038 4038 if (VBOX_SUCCESS(rc)) 4039 4039 {
Note:
See TracChangeset
for help on using the changeset viewer.