aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-06-10 22:04:03 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-06-10 22:04:03 +0200
commit33d3cc1647f18fa7bb88d1469c744d5ab7e99919 (patch)
tree628387d1b39e895403a3616687c51ae0e73634f2 /patches
parent80c92e3c945040ca8c441e6afd13962c71c75266 (diff)
Fixed description of @addWithOverflow
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/064_builtins.patch4
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);