Correct fix for typo
This commit is contained in:
parent
c8ec4434b0
commit
6844c0ccea
@ -21549,7 +21549,7 @@ md_section_align (segT segment ATTRIBUTE_UNUSED,
|
||||
}
|
||||
#endif
|
||||
|
||||
return (size + 3) & ~ 3;
|
||||
return size;
|
||||
}
|
||||
|
||||
/* This is called from HANDLE_ALIGN in write.c. Fill in the contents
|
||||
|
Loading…
x
Reference in New Issue
Block a user