Changeset 46559 in vbox for trunk/src/bldprogs
- Timestamp:
- Jun 14, 2013 1:25:48 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86423
- Location:
- trunk/src/bldprogs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/Makefile.kmk
r46474 r46559 63 63 64 64 65 BLDPROGS .win+= VBoxDef2LazyLoad65 BLDPROGS += VBoxDef2LazyLoad 66 66 VBoxDef2LazyLoad_TEMPLATE = VBOXBLDPROG 67 67 VBoxDef2LazyLoad_SOURCES = VBoxDef2LazyLoad.cpp -
trunk/src/bldprogs/VBoxDef2LazyLoad.cpp
r46475 r46559 428 428 " push rdx\n" 429 429 " %%ifdef ASM_CALL64_GCC\n" 430 " push rsi\n" 430 431 " push rdi\n" 431 " push rsi\n"432 432 " %%else\n" 433 433 " sub rsp, 20h\n" … … 535 535 static int usage(const char *pszArgv0) 536 536 { 537 printf("usage: %s --libary <loadname> --output <lazyload.asm> <input.def>\n" ,537 printf("usage: %s --libary <loadname> --output <lazyload.asm> <input.def>\n" 538 538 "\n" 539 539 "Copyright (C) 2013 Oracle Corporation\n"
Note:
See TracChangeset
for help on using the changeset viewer.