Correct fix for typo

This commit is contained in:
Nick Clifton
2016-06-29 09:09:03 +01:00
parent c8ec4434b0
commit 6844c0ccea

View File

@ -21549,7 +21549,7 @@ md_section_align (segT segment ATTRIBUTE_UNUSED,
} }
#endif #endif
return (size + 3) & ~ 3; return size;
} }
/* This is called from HANDLE_ALIGN in write.c. Fill in the contents /* This is called from HANDLE_ALIGN in write.c. Fill in the contents