VirtualBox

Changeset 10664 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Jul 15, 2008 2:41:38 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33376
Message:

Compile for for the PDMApicGetTPR change.

Location:
trunk/src/recompiler
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxREMWrapper.cpp

    r8828 r10664  
    621621{
    622622    { REMPARMDESC_FLAGS_INT,        sizeof(PVM), NULL },
     623    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t *), NULL },
    623624    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t *), NULL }
    624625};
  • trunk/src/recompiler/VBoxRecompiler.c

    r10410 r10664  
    40354035{
    40364036    uint8_t u8;
    4037     int rc = PDMApicGetTPR(env->pVM, &u8);
     4037    int rc = PDMApicGetTPR(env->pVM, &u8, NULL);
    40384038    if (VBOX_SUCCESS(rc))
    40394039    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette