VirtualBox

Ignore:
Timestamp:
Jan 15, 2021 1:16:33 PM (4 years ago)
Author:
vboxsync
Message:

xpcom18a4/xptcstubs_arm64_vbox.cpp: Two corrections. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm64_vbox.cpp

    r87254 r87272  
    9090"
    9191        /* Epilogue (clang does not emit the .cfi's here, so drop them too?): */ "\
    92         ldp     x29, x30, [sp, %[cbGPRs]] \n\
     92        ldp     x29, x30, [sp, %[cbGPRandFPRs]] \n\
    9393        add     sp, sp, %[cbGPRandFPRs] + 16 \n\
    9494        .cfi_def_cfa sp, 0 \n\
     
    189189     * Populate the dispatcher parameter array.
    190190     */
    191     unsigned idxGprArgs = 0;
     191    unsigned idxGprArgs = 1;    /* The 'pThis' pointer (x0) is not included in cParams. */
    192192    unsigned idxFprArgs = 0;
    193193    for (PRUint8 i = 0; i < cParams; i++)
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