Changeset 58115 in vbox
- Timestamp:
- Oct 8, 2015 10:37:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestA-os2.asm
r58113 r58115 773 773 ; do ring-3 init and report failures. 774 774 ; 775 GLOBALNAME vgdrvOS2InitEntry Point775 GLOBALNAME vgdrvOS2InitEntrypoint 776 776 ; The only request we're servicing is the 'init' one. 777 777 cmp word [es:bx + PKTHDR.cmd], 0 778 je near NAME(vgdrvOS2InitEntry PointServiceInitReq)778 je near NAME(vgdrvOS2InitEntrypointServiceInitReq) 779 779 780 780 ; Ok, it's not the init request, just fail it. … … 1179 1179 ; The Ring-3 init code. 1180 1180 ; 1181 BEGINPROC vgdrvOS2InitEntry PointServiceInitReq1181 BEGINPROC vgdrvOS2InitEntrypointServiceInitReq 1182 1182 push ebp 1183 1183 mov ebp, esp … … 1275 1275 pop ebp 1276 1276 retf 1277 ENDPROC vgdrvOS2InitEntry PointServiceInitReq1277 ENDPROC vgdrvOS2InitEntrypointServiceInitReq 1278 1278 1279 1279
Note:
See TracChangeset
for help on using the changeset viewer.