From 1e8b83bf679e3af8960a5dfdbcac33801ada74c9 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Tue, 17 Sep 2019 16:42:36 +0200 Subject: [PATCH] Update jit_compiler_a64_static.S --- src/jit_compiler_a64_static.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jit_compiler_a64_static.S b/src/jit_compiler_a64_static.S index a4ac496..0b0af6c 100644 --- a/src/jit_compiler_a64_static.S +++ b/src/jit_compiler_a64_static.S @@ -419,7 +419,7 @@ randomx_calc_dataset_item_aarch64: # rl[0] = (itemNumber + 1) * superscalarMul0; ldr x12, superscalarMul0 - madd x0, x1, x12, x12 + madd x0, x2, x12, x12 # rl[1] = rl[0] ^ superscalarAdd1; ldr x12, superscalarAdd1