mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-26 12:15:33 +00:00
Fix unreacheable ASL dump
This commit is contained in:
parent
6465310942
commit
60be1e4376
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ std::string DumpASLNode(const AbstractSyntaxNode& node, const std::map<const Blo
|
|||
case AbstractSyntaxNode::Type::Return:
|
||||
return "Return";
|
||||
case AbstractSyntaxNode::Type::Unreachable:
|
||||
UNREACHABLE();
|
||||
return "Unreachable";
|
||||
};
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue