Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/coreclr/vm/loongarch64/asmhelpers.S
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ LEAF_END JIT_PollGC, _TEXT
//a0 -This pointer
//a1 -ReturnBuffer
LEAF_ENTRY ThisPtrRetBufPrecodeWorker, _TEXT
ld.w $METHODDESC_REGISTER, $METHODDESC_REGISTER, ThisPtrRetBufPrecodeData__Target
ld.d $METHODDESC_REGISTER, $METHODDESC_REGISTER, ThisPtrRetBufPrecodeData__Target
move $t0, $a0 // Move first arg pointer to temp register
move $a0, $a1 // Move ret buf arg pointer from location in ABI for return buffer for instance method to location in ABI for return buffer for static method
move $a1, $t0 // Move temp register to first arg register for static method with return buffer
Expand Down