Fix comment.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 20 Jan 2019 20:10:39 +0000 (20:10 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 21 Aug 2019 21:34:04 +0000 (21:34 +0000)
src/compiler/machines/aarch64/instr1.scm

index 29d75e00ed6db9b078a23d69f739917141bcbddc..16a5b5080c8cd9a4d9f5e572a93bbbff655aa4de 100644 (file)
@@ -742,8 +742,8 @@ USA.
         (MACRO 32 (LDR ,size ,Rt (@PCO (* 4 ,offset)))))
        ((#x-100000000 #xffffffff)
         ;; Could maybe use ADRP and LDR with unsigned 8-byte offset,
-        ;; but only if the offset is even because this instruction is
-        ;; aligned, wich the assembler can't handle easily.
+        ;; but only if the offset is or this instruction is aligned,
+        ;; which the assembler can't handle easily.
         (MACRO 64 (ADRP-ADD X ,temp (@PCO ,(* 4 offset)))) ;(*)
         (MACRO 32 (LDR X ,Rt ,temp)))))))
 \f