From a7f55d047c34933a4970a72243891739389a42d9 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Tue, 9 Apr 2024 05:38:48 +0100 Subject: [PATCH] AArch64: Fix bug in pairwise GPR store --- slothy/targets/aarch64/aarch64_neon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/slothy/targets/aarch64/aarch64_neon.py b/slothy/targets/aarch64/aarch64_neon.py index 9fb54ecb..6b69fd88 100644 --- a/slothy/targets/aarch64/aarch64_neon.py +++ b/slothy/targets/aarch64/aarch64_neon.py @@ -2636,6 +2636,7 @@ def make(cls, src): obj.increment = None obj.pre_index = None obj.addr = obj.args_in[0] + return obj def write(self): # For now, assert that no fixup has happened