Merge "ads2armasm_ms: Add an ALIGN 4 after ENDP"

This commit is contained in:
James Zern 2014-03-19 19:10:46 -07:00 committed by Gerrit Code Review
commit 6f4928101c

View File

@ -32,6 +32,7 @@ while (<STDIN>)
s/ldrneb/ldrbne/i;
s/ldrneh/ldrhne/i;
s/(ENDP.*)/$&\n ALIGN 4/;
print;
}