File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ Aggregates whose total size is no more than XLEN bits are passed in
109109a register, with the fields laid out as though they were passed in memory. If
110110no register is available, the aggregate is passed on the stack.
111111Aggregates whose total size is no more than 2×XLEN bits are passed in a pair
112- of registers; if only one register is available, the first half is passed in
113- a register and the second half is passed on the stack. If no registers are
112+ of registers; if only one register is available, the first XLEN bits are passed
113+ in a register and the remaining bits are passed on the stack. If no registers are
114114available, the aggregate is passed on the stack. Bits unused due to
115115padding, and bits past the end of an aggregate whose size in bits is not
116116divisible by XLEN, are undefined.
You can’t perform that action at this time.
0 commit comments