VirtualBox

Changeset 46556 in vbox for trunk


Ignore:
Timestamp:
Jun 14, 2013 12:36:09 PM (12 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/VBoxTpG.cpp

    r43055 r46556  
    844844                                "        jmp     NAME(%s)\n"
    845845                                , g_pszProbeFnName);
    846             else if (fWin64)
    847                 ScmStreamPrintf(pStrm, g_fProbeFnImported ?
    848                                 "        mov     rax, IMP2(%s)\n"
    849                                 "        jmp     rax\n"
    850                                 :
    851                                 "        jmp     NAME(%s)\n"
    852                                 , g_pszProbeFnName);
    853846            else if (fMachO64 && g_fProbeFnImported)
    854847                ScmStreamPrintf(pStrm,
     
    858851                                "        jmp     [rel %s wrt ..got]\n"
    859852                                : g_fProbeFnImported ?
    860                                 "        lea     rax, [IMP2(%s)]\n"
     853                                "        mov     rax, IMP2(%s)\n"
    861854                                "        jmp     rax\n"
    862855                                :
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