The use of "int" here caused the compiler to believe that it needs to
insert a "sll $n, $n, 0" to sign extend as part of the implicit cast to
uint64_t.
Obtained from: CheriBSD
Differential D24457
Use the right type for 64-bit coprocessor registers. jhb on Apr 16 2020, 11:24 PM. Authored by Tags None Referenced Files
Subscribers
Details The use of "int" here caused the compiler to believe that it needs to Obtained from: CheriBSD
Diff Detail
|