Skip to content

Commit

Permalink
internal/subtle: s390x, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Aug 28, 2024
1 parent f366964 commit 4ad4fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/subtle/xor_s390x.s
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ tail:
CMPBLT R4, $32, less_than32
VL 0(R2)(R5*1), V0
VL 16(R2)(R5*1), V1
VL 0(R3)(R5*1), V4
VL 16(R3)(R5*1), V5
VL 0(R3)(R5*1), V2
VL 16(R3)(R5*1), V3
VX V0, V2, V2
VX V1, V3, V3
VST V2, 0(R1)(R5*1)
Expand Down

0 comments on commit 4ad4fb4

Please sign in to comment.