Skip to content

Commit

Permalink
AArch64: Fix bug in pairwise GPR store
Browse files Browse the repository at this point in the history
  • Loading branch information
hanno-becker committed Apr 9, 2024
1 parent 794d5a6 commit a7f55d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slothy/targets/aarch64/aarch64_neon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7f55d0

Please sign in to comment.