From 996ab5047f745b994df6682e0abe924ad969640c Mon Sep 17 00:00:00 2001 From: Emman Date: Thu, 16 Dec 2021 13:27:22 +0800 Subject: [PATCH] Revert "fix unexpected EOF" This reverts commit eb934496d69a67c494227dddc3724aa03238777f. --- internal/xor/xor_arm64.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/xor/xor_arm64.s b/internal/xor/xor_arm64.s index 67fe667..791e267 100644 --- a/internal/xor/xor_arm64.s +++ b/internal/xor/xor_arm64.s @@ -64,5 +64,4 @@ less_than2: EORW R17, R19, R19 MOVBU R19, (R0) end: - RET - \ No newline at end of file + RET \ No newline at end of file