mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-29 12:17:30 +00:00
The intent of this change is to fix a bug calling `Num.shift_right_by(a, b)` mutates `a`. This was happening in the dev backend only, and the cause was some generated assembly which writes to register a is stored in. |
||
|---|---|---|
| .. | ||
| aarch64.rs | ||
| disassembler_test_macro.rs | ||
| mod.rs | ||
| storage.rs | ||
| x86_64.rs | ||