| From a3a1376c61bf3e7ff7ad0912c4e9612afa362262 Mon Sep 17 00:00:00 2001 |
| From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st> |
| Date: Sun, 26 Apr 2020 05:01:03 +0300 |
| Subject: [PATCH] win64_armasm: Fix the spelling of ALIGN (#553) |
| |
| --- |
| src/aarch64/win64_armasm.S | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/src/aarch64/win64_armasm.S b/src/aarch64/win64_armasm.S |
| index a79f8a8..7fc185b 100644 |
| --- a/src/aarch64/win64_armasm.S |
| +++ b/src/aarch64/win64_armasm.S |
| @@ -42,7 +42,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ |
| EXPORT ffi_go_closure_SYSV |
| #endif |
| |
| - TEXTAREA, ALLIGN=8 |
| + TEXTAREA, ALIGN=8 |
| |
| /* ffi_call_SYSV |
| extern void ffi_call_SYSV (void *stack, void *frame, |
| -- |
| 2.30.0.windows.2 |
| |