VirtualBox

Changeset 45965 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
May 9, 2013 3:32:14 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85617
Message:

VMM: Facility for getting the highest-priority pending interrupt from the APIC device.

Location:
trunk/src/recompiler
Files:
2 edited

Legend:

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

    r45799 r45965  
    740740{
    741741    { REMPARMDESC_FLAGS_INT,        sizeof(PVMCPU),             NULL },
     742    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t *),          NULL },
    742743    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t *),          NULL },
    743744    { REMPARMDESC_FLAGS_INT,        sizeof(uint8_t *),          NULL }
  • trunk/src/recompiler/VBoxRecompiler.c

    r45799 r45965  
    45624562{
    45634563    uint8_t u8;
    4564     int rc = PDMApicGetTPR(env->pVCpu, &u8, NULL);
     4564    int rc = PDMApicGetTPR(env->pVCpu, &u8, NULL, NULL);
    45654565    if (RT_SUCCESS(rc))
    45664566    {
Note: See TracChangeset for help on using the changeset viewer.

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