VirtualBox

Changeset 58115 in vbox


Ignore:
Timestamp:
Oct 8, 2015 10:37:30 AM (9 years ago)
Author:
vboxsync
Message:

VBoxGuest: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestA-os2.asm

    r58113 r58115  
    773773; do ring-3 init and report failures.
    774774;
    775 GLOBALNAME vgdrvOS2InitEntryPoint
     775GLOBALNAME vgdrvOS2InitEntrypoint
    776776    ; The only request we're servicing is the 'init' one.
    777777    cmp     word [es:bx + PKTHDR.cmd], 0
    778     je near NAME(vgdrvOS2InitEntryPointServiceInitReq)
     778    je near NAME(vgdrvOS2InitEntrypointServiceInitReq)
    779779
    780780    ; Ok, it's not the init request, just fail it.
     
    11791179; The Ring-3 init code.
    11801180;
    1181 BEGINPROC vgdrvOS2InitEntryPointServiceInitReq
     1181BEGINPROC vgdrvOS2InitEntrypointServiceInitReq
    11821182    push    ebp
    11831183    mov     ebp, esp
     
    12751275    pop     ebp
    12761276    retf
    1277 ENDPROC vgdrvOS2InitEntryPointServiceInitReq
     1277ENDPROC vgdrvOS2InitEntrypointServiceInitReq
    12781278
    12791279
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