Changeset 88828 in vbox for trunk/src/VBox
- Timestamp:
- May 3, 2021 12:04:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/VirtioCore.cpp
r88827 r88828 6 6 7 7 /* 8 * Copyright (C) 2009-202 0Oracle Corporation8 * Copyright (C) 2009-2021 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1418 1418 } 1419 1419 1420 ASSERT_GUEST_MSG_FAILED(("Bad read access to mapped capabilities region: off=%RGp cb=%u\n")); 1420 ASSERT_GUEST_MSG_FAILED(("Bad read access to mapped capabilities region: off=%RGp cb=%u\n", 1421 off, cb)); 1421 1422 return VINF_IOM_MMIO_UNUSED_00; 1422 1423 }
Note:
See TracChangeset
for help on using the changeset viewer.