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