Commit c178c4f5 by Doug Evans

(ASM_OUTPUT_ASCII): Fix typo.

From-SVN: r6677
parent 981c7390
......@@ -126,7 +126,7 @@ do { \
*/
#define ASM_OUTPUT_ASCII(file, p, size) \
{ \
do { \
int i; \
for (i = 0; i < (size); i++) \
{ \
......
Markdown is supported
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