mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Fix typo
This commit is contained in:
@ -21549,7 +21549,7 @@ md_section_align (segT segment ATTRIBUTE_UNUSED,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return size;
|
return (size + 3) & ~ 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 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
|
||||||
|
Reference in New Issue
Block a user