mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 07:22:24 +00:00
Fix unreacheable ASL dump
This commit is contained in:
parent
6465310942
commit
60be1e4376
@ -22,7 +22,7 @@ std::string DumpASLNode(const AbstractSyntaxNode& node, const std::map<const Blo
|
|||||||
case AbstractSyntaxNode::Type::Return:
|
case AbstractSyntaxNode::Type::Return:
|
||||||
return "Return";
|
return "Return";
|
||||||
case AbstractSyntaxNode::Type::Unreachable:
|
case AbstractSyntaxNode::Type::Unreachable:
|
||||||
UNREACHABLE();
|
return "Unreachable";
|
||||||
};
|
};
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user