diff options
| author | Chris Boesch <[email protected]> | 2023-06-10 22:04:03 +0200 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-06-10 22:04:03 +0200 |
| commit | 33d3cc1647f18fa7bb88d1469c744d5ab7e99919 (patch) | |
| tree | 628387d1b39e895403a3616687c51ae0e73634f2 /patches | |
| parent | 80c92e3c945040ca8c441e6afd13962c71c75266 (diff) | |
| download | ziglings-33d3cc1647f18fa7bb88d1469c744d5ab7e99919.tar.xz ziglings-33d3cc1647f18fa7bb88d1469c744d5ab7e99919.zip | |
Fixed description of @addWithOverflow
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/064_builtins.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/064_builtins.patch b/patches/patches/064_builtins.patch index 8a154a4..c768927 100644 --- a/patches/patches/064_builtins.patch +++ b/patches/patches/064_builtins.patch @@ -1,8 +1,8 @@ -67c67 +66c66 < const expected_result: u8 = ???; --- > const expected_result: u8 = 0b00010010; -82c82 +81c81 < const tupni: u8 = @bitReverse(input, tupni); --- > const tupni: u8 = @bitReverse(input); |
