Skip to content

Commit

Permalink
fixed unexpected EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuaNerin committed Jan 11, 2024
1 parent aaec4d4 commit f154112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/subtle/xor_amd64.s
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ not_aligned:
JGE aligned

ret:
RET
RET
2 changes: 1 addition & 1 deletion internal/subtle/xor_arm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ less_than2:
EORW R17, R19, R19
MOVBU R19, (R0)
end:
RET
RET

0 comments on commit f154112

Please sign in to comment.