- Timestamp:
- Feb 24, 2022 10:43:13 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm64_vbox.cpp
r87272 r93908 80 80 stp d4, d5, [sp, %[cbGPRs] + 32] \n\ 81 81 stp d6, d7, [sp, %[cbGPRs] + 48] \n\ 82 \n \83 "/* Call the C worker. We keep x0 as is.82 \n" 83 /* Call the C worker. We keep x0 as is. 84 84 Set w1 to the w17 method index from the stubs. */ "\ 85 85 mov w1, w17 \n\ 86 86 mov x2, sp \n\ 87 87 add x3, sp, %[cbGPRs] \n\ 88 add x4, sp, %[cbGPR s] + 16 \n\88 add x4, sp, %[cbGPRandFPRs] + 16 \n\ 89 89 bl " NAME_PREFIX_STR "CommonXPTCStubCWorker \n\ 90 90 "
Note:
See TracChangeset
for help on using the changeset viewer.