diff --git a/s/ARM600 b/s/ARM600
index ed4d0a2690df32726a7e5243a0f7c5b2b73b3d56..c02a28cee2176029a8f9e8554702fdc4224e5fa8 100644
--- a/s/ARM600
+++ b/s/ARM600
@@ -224,9 +224,11 @@ PPLAccess            ; EL1EL0
         GenPPLAccess 2_101101
         DCD     -1
 
+        =       0                       ; So PageShifts-1 is word aligned
 PageShifts
         =       12, 13, 0, 14           ; 1 2 3 4
         =       0,  0,  0, 15           ; 5 6 7 8
+        ALIGN
 
         LTORG
 
diff --git a/s/VMSAv6 b/s/VMSAv6
index 93ef6b8084edefaa217a90869e37c9c5dd53c9ff..55fc343839efcfea395605a7d8c10a5e96470de2 100644
--- a/s/VMSAv6
+++ b/s/VMSAv6
@@ -238,9 +238,11 @@ PPLAccess            ; EL1EL0
         GenPPLAccess 2_100000
         DCD     -1
 
+        =       0                       ; So PageShifts-1 is word aligned
 PageShifts
         =       12, 13, 0, 14           ; 1 2 3 4
         =       0,  0,  0, 15           ; 5 6 7 8
+        ALIGN
 
         LTORG