mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 21:44:19 +08:00
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…
Reference in New Issue
Block a user