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;
|
||||
return ParsePrefixExpression("!");
|
||||
case 'x':
|
||||
Position += 2;
|
||||
Position += 2;
|
||||
Expression = ParseExpression();
|
||||
if (Expression == null)
|
||||
|
|
Loading…
Add table
Reference in a new issue