Commit 6f492810 authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "ads2armasm_ms: Add an ALIGN 4 after ENDP"

Showing with 1 addition and 0 deletions
...@@ -32,6 +32,7 @@ while (<STDIN>) ...@@ -32,6 +32,7 @@ while (<STDIN>)
s/ldrneb/ldrbne/i; s/ldrneb/ldrbne/i;
s/ldrneh/ldrhne/i; s/ldrneh/ldrhne/i;
s/(ENDP.*)/$&\n ALIGN 4/;
print; print;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment