mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
LVU: defer *leb128 expression
Without deferring, we use unresolved values, and that won't do for views involving relaxations.
This commit is contained in:
@@ -5398,7 +5398,7 @@ s_leb128 (int sign)
|
||||
|
||||
do
|
||||
{
|
||||
expression (&exp);
|
||||
deferred_expression (&exp);
|
||||
emit_leb128_expr (&exp, sign);
|
||||
}
|
||||
while (*input_line_pointer++ == ',');
|
||||
|
||||
Reference in New Issue
Block a user