mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 18:20:12 +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 (basic_type (ty_tag));
|
||||
}
|
||||
goto pass_return;
|
||||
|
||||
fail_return:
|
||||
rdm->errored = 1;
|
||||
|
Reference in New Issue
Block a user