Changeset 101618 in vbox for trunk/src/VBox/Devices/build/VBoxDD.cpp
- Timestamp:
- Oct 27, 2023 12:47:55 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159705
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.cpp
r101616 r101618 492 492 #endif 493 493 494 #ifdef VBOX_WITH_VIRT_ARMV8 495 rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvGpioButton); 496 if (RT_FAILURE(rc)) 497 return rc; 498 #endif 494 499 return VINF_SUCCESS; 495 500 }
Note:
See TracChangeset
for help on using the changeset viewer.