VirtualBox

Changeset 46559 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Jun 14, 2013 1:25:48 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86423
Message:

VBoxDef2LazyLoad.cpp: linux.amd64 fixes.

Location:
trunk/src/bldprogs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/Makefile.kmk

    r46474 r46559  
    6363
    6464
    65 BLDPROGS.win += VBoxDef2LazyLoad
     65BLDPROGS += VBoxDef2LazyLoad
    6666VBoxDef2LazyLoad_TEMPLATE = VBOXBLDPROG
    6767VBoxDef2LazyLoad_SOURCES  = VBoxDef2LazyLoad.cpp
  • trunk/src/bldprogs/VBoxDef2LazyLoad.cpp

    r46475 r46559  
    428428            "    push    rdx\n"
    429429            " %%ifdef ASM_CALL64_GCC\n"
     430            "    push    rsi\n"
    430431            "    push    rdi\n"
    431             "    push    rsi\n"
    432432            " %%else\n"
    433433            "    sub     rsp, 20h\n"
     
    535535static int usage(const char *pszArgv0)
    536536{
    537     printf("usage: %s --libary <loadname> --output <lazyload.asm> <input.def>\n",
     537    printf("usage: %s --libary <loadname> --output <lazyload.asm> <input.def>\n"
    538538           "\n"
    539539           "Copyright (C) 2013 Oracle Corporation\n"
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette