mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 12:37:05 +08:00
Fix snafu in rust demangler recursion limit code
This commit is contained in:
@ -1234,6 +1234,7 @@ demangle_const (struct rust_demangler *rdm)
|
|||||||
PRINT (": ");
|
PRINT (": ");
|
||||||
PRINT (basic_type (ty_tag));
|
PRINT (basic_type (ty_tag));
|
||||||
}
|
}
|
||||||
|
goto pass_return;
|
||||||
|
|
||||||
fail_return:
|
fail_return:
|
||||||
rdm->errored = 1;
|
rdm->errored = 1;
|
||||||
|
Reference in New Issue
Block a user