summaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2022-07-31 10:56:46 -0400
committerDave Gauer <dave@ratfactor.com>2022-07-31 10:56:46 -0400
commit635be056a00669ed8fd6da200e9c965708456425 (patch)
treeacebd0c555db14655adffaf9c67dd8ab30e01aa3 /patches
parentfa3e44c325af87dcd9e412ae27fc13eb65e16e1d (diff)
Massage ex 064 patch
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/064_builtins.patch10
1 files changed, 6 insertions, 4 deletions
diff --git a/patches/patches/064_builtins.patch b/patches/patches/064_builtins.patch
index 8b5ea0a..06fa735 100644
--- a/patches/patches/064_builtins.patch
+++ b/patches/patches/064_builtins.patch
@@ -1,6 +1,8 @@
72c72
-- const expected_result: u8 = ???;
-+ const expected_result: u8 = 0b00010010;
+< const expected_result: u8 = ???;
+---
+> const expected_result: u8 = 0b00010010;
88c88
-- const tupni: u8 = @bitReverse(input);
-+ const tupni: u8 = @bitReverse(u8, input);
+< const tupni: u8 = @bitReverse(input);
+---
+> const tupni: u8 = @bitReverse(u8, input);