From b312e447a7447e8c5f1069125a57f1d87e7004bc Mon Sep 17 00:00:00 2001 From: Tobias Girstmair Date: Tue, 13 Nov 2018 00:08:33 +0100 Subject: [PATCH] new version --- foo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/foo.c b/foo.c index b45639d..030c8d4 100644 --- a/foo.c +++ b/foo.c @@ -5,7 +5,8 @@ typedef unsigned char u8; int g(int i, u8 x, u8 t, u8 o) { u8 xxx = (3 & i >> 16 ? "BY}6YB6%" : "Qj}6jQ6%")[t % 8]; SUBI (xxx, -51) - return ((3 & x & (i * (xxx) >> o))); + xxx = (i*xxx) >> o; + return ((3 & x & xxx)); }; int main(void) { -- 2.39.3