Fix noexcept enclosed expression parsing issues
This commit is contained in:
parent
2299ef0565
commit
306248e7b1
1 changed files with 0 additions and 1 deletions
|
@ -2134,7 +2134,6 @@ namespace Ryujinx.HLE.HOS.Diagnostics.Demangler
|
||||||
Position += 2;
|
Position += 2;
|
||||||
return ParsePrefixExpression("!");
|
return ParsePrefixExpression("!");
|
||||||
case 'x':
|
case 'x':
|
||||||
Position += 2;
|
|
||||||
Position += 2;
|
Position += 2;
|
||||||
Expression = ParseExpression();
|
Expression = ParseExpression();
|
||||||
if (Expression == null)
|
if (Expression == null)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue