VirtualBox

Changeset 11292 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Aug 8, 2008 10:43:58 PM (16 years ago)
Author:
vboxsync
Message:

pdm: Retired PDM_SRC_POS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPcArch.c

    r11254 r11292  
    6464    int rc;
    6565    NOREF(pvUser); NOREF(pDevIns); NOREF(pu32);
    66     rc = PDMDeviceDBGFStop(pDevIns, PDM_SRC_POS, "Port=%#x cb=%d\n", Port, cb);
     66    rc = PDMDeviceDBGFStop(pDevIns, RT_SRC_POS, "Port=%#x cb=%d\n", Port, cb);
    6767    if (rc == VINF_SUCCESS)
    6868        rc = VERR_IOM_IOPORT_UNUSED;
     
    9898#if 0
    9999                if (!u32)
    100                     rc = PDMDeviceDBGFStop(pDevIns, PDM_SRC_POS, "Port=%#x cb=%d u32=%#x\n", Port, cb, u32);
     100                    rc = PDMDeviceDBGFStop(pDevIns, RT_SRC_POS, "Port=%#x cb=%d u32=%#x\n", Port, cb, u32);
    101101#endif
    102102                /* pDevIns->pDevHlp->pfnPICSetIrq(pDevIns, 13, 0); */
     
    115115            case 0xfc:
    116116            default:
    117                 rc = PDMDeviceDBGFStop(pDevIns, PDM_SRC_POS, "Port=%#x cb=%d u32=%#x\n", Port, cb, u32);
     117                rc = PDMDeviceDBGFStop(pDevIns, RT_SRC_POS, "Port=%#x cb=%d u32=%#x\n", Port, cb, u32);
    118118                break;
    119119        }
     
    122122    }
    123123    else
    124         rc = PDMDeviceDBGFStop(pDevIns, PDM_SRC_POS, "Port=%#x cb=%d u32=%#x\n", Port, cb, u32);
     124        rc = PDMDeviceDBGFStop(pDevIns, RT_SRC_POS, "Port=%#x cb=%d u32=%#x\n", Port, cb, u32);
    125125    return rc;
    126126}
     
    175175        return VINF_SUCCESS;
    176176    }
    177     return PDMDeviceDBGFStop(pDevIns, PDM_SRC_POS, "Port=%#x cb=%d\n", Port, cb);
     177    return PDMDeviceDBGFStop(pDevIns, RT_SRC_POS, "Port=%#x cb=%d\n", Port, cb);
    178178}
    179179
     
    208208        return VINF_SUCCESS;
    209209    }
    210     return PDMDeviceDBGFStop(pDevIns, PDM_SRC_POS, "Port=%#x cb=%d u32=%#x\n", Port, cb, u32);
     210    return PDMDeviceDBGFStop(pDevIns, RT_SRC_POS, "Port=%#x cb=%d u32=%#x\n", Port, cb, u32);
    211211}
    212212
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