mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Fix typo in comment in last commit
This commit is contained in:
@ -2980,7 +2980,7 @@ md_apply_fix3 (fixP, valP, seg)
|
|||||||
{
|
{
|
||||||
/* This assignment truncates upper bits if valueT is 64 bits (as with
|
/* This assignment truncates upper bits if valueT is 64 bits (as with
|
||||||
--enable-64-bit-bfd), which is fine here, though we cast to avoid
|
--enable-64-bit-bfd), which is fine here, though we cast to avoid
|
||||||
compiler any warnings. */
|
any compiler warnings. */
|
||||||
long val = (long) *valP;
|
long val = (long) *valP;
|
||||||
char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
|
char *buf = fixP->fx_where + fixP->fx_frag->fr_literal;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user