Commit c543849c3767cc0f0a84e3ed7b664a63724ed516

Martin Storsjö 2020-04-26T05:01:03

win64_armasm: Fix the spelling of ALIGN (#553)

1
2
3
4
5
6
7
8
9
10
11
12
13
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,