Skip to content

Commit a03813d

Browse files
Amanieulaizy
andauthored
Update text/0000-inline-asm.md
Co-authored-by: laizy <[email protected]>
1 parent 65b1cf2 commit a03813d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-inline-asm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ fn mul(a: u64, b: u64) -> u128 {
207207
);
208208
}
209209

210-
(hi as u128) << 64 + lo as u128
210+
((hi as u128) << 64) + lo as u128
211211
}
212212
```
213213

0 commit comments

Comments
 (0)