Fix snafu in rust demangler recursion limit code

This commit is contained in:
Nick Clifton
2022-07-04 16:28:02 +01:00
parent eeeaf705fe
commit 96c33f79de

View File

@ -1234,6 +1234,7 @@ demangle_const (struct rust_demangler *rdm)
PRINT (": ");
PRINT (basic_type (ty_tag));
}
goto pass_return;
fail_return:
rdm->errored = 1;