mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Correct fix for typo
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user