From b69a297e3234c321c44c4c409acee78f52d2572a Mon Sep 17 00:00:00 2001 From: James LeBlanc Date: Sat, 3 Sep 2022 10:56:25 +0200 Subject: corrected @bitReverse for only 1 arg, instead of 2 args --- patches/patches/064_builtins.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patches') diff --git a/patches/patches/064_builtins.patch b/patches/patches/064_builtins.patch index 06fa735..ebe313d 100644 --- a/patches/patches/064_builtins.patch +++ b/patches/patches/064_builtins.patch @@ -3,6 +3,6 @@ --- > const expected_result: u8 = 0b00010010; 88c88 -< const tupni: u8 = @bitReverse(input); +< const tupni: u8 = @bitReverse(input, tupni); --- -> const tupni: u8 = @bitReverse(u8, input); +> const tupni: u8 = @bitReverse(input); -- cgit v1.2.3-70-g09d2