mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-27 12:56:07 +00:00
forgot to hit ^x^s after deleting "#if 1" lines
This commit is contained in:
parent
e702f6e6e3
commit
9de0bdfba9
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user