mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
forgot to hit ^x^s after deleting "#if 1" lines
This commit is contained in:
@ -657,7 +657,6 @@ resolve_symbol_value (symp)
|
||||
break;
|
||||
|
||||
case O_add:
|
||||
#if 1
|
||||
resolve_symbol_value (symp->sy_value.X_add_symbol);
|
||||
resolve_symbol_value (symp->sy_value.X_op_symbol);
|
||||
seg_left = S_GET_SEGMENT (symp->sy_value.X_add_symbol);
|
||||
@ -688,7 +687,6 @@ resolve_symbol_value (symp)
|
||||
goto reduce;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
/* fall through */
|
||||
|
||||
case O_multiply:
|
||||
|
Reference in New Issue
Block a user