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);