Changeset 106636 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Oct 23, 2024 9:59:56 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165478
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r106635 r106636 560 560 VBoxSupLib_LDFLAGS.win.amd64 = -Entry:DllMainEntrypoint 561 561 VBoxSupLib_LDFLAGS.win.x86 = -Entry:DllMainEntrypoint 562 VBoxSupLib_LDFLAGS.win.arm64 = -Entry:DllMainEntrypoint 562 563 VBoxSupLib_DEFS = \ 563 564 $(if $(VBOX_WITHOUT_DEBUGGER_CHECKS),VBOX_WITHOUT_DEBUGGER_CHECKS,) … … 773 774 VBoxDrv_LDFLAGS.solaris += -N drv/dtrace 774 775 endif 775 VBoxDrv_LDFLAGS.win.x86 = -Entry:DriverEntry@8776 VBoxDrv_LDFLAGS.win.x86 = -Entry:DriverEntry@8 776 777 VBoxDrv_LDFLAGS.win.amd64 = -Entry:DriverEntry 778 VBoxDrv_LDFLAGS.win.arm64 = -Entry:DriverEntry 777 779 778 780 VBoxDrv_SOURCES.darwin = \ -
trunk/src/VBox/HostDrivers/Support/SUPDrvTracerA-arm64.S
r106625 r106636 48 48 49 49 /** Dummy stub function that just returns. */ 50 ALIGNCODE(32) 50 51 BEGINPROC supdrvTracerProbeFireStub 51 52 ret … … 54 55 55 56 /** Tail jump function. */ 57 ALIGNCODE(32) 56 58 BEGINPROC_EXPORTED SUPR0TracerFireProbe 57 59 adrp x8, PAGE(NAME(g_pfnSupdrvProbeFireKernel))
Note:
See TracChangeset
for help on using the changeset viewer.