Changeset 87272 in vbox for trunk/src/libs/xpcom18a4/xpcom/reflect
- Timestamp:
- Jan 15, 2021 1:16:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm64_vbox.cpp
r87254 r87272 90 90 " 91 91 /* Epilogue (clang does not emit the .cfi's here, so drop them too?): */ "\ 92 ldp x29, x30, [sp, %[cbGPR s]] \n\92 ldp x29, x30, [sp, %[cbGPRandFPRs]] \n\ 93 93 add sp, sp, %[cbGPRandFPRs] + 16 \n\ 94 94 .cfi_def_cfa sp, 0 \n\ … … 189 189 * Populate the dispatcher parameter array. 190 190 */ 191 unsigned idxGprArgs = 0;191 unsigned idxGprArgs = 1; /* The 'pThis' pointer (x0) is not included in cParams. */ 192 192 unsigned idxFprArgs = 0; 193 193 for (PRUint8 i = 0; i < cParams; i++)
Note:
See TracChangeset
for help on using the changeset viewer.