aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
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);