mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-21 14:45:10 +00:00
Implemnting PEI
This commit is contained in:
@@ -17,6 +17,11 @@ namespace ComSquare
|
||||
private:
|
||||
std::string _msg;
|
||||
public:
|
||||
explicit InvalidOpcode(const std::string &what)
|
||||
{
|
||||
this->_msg = what;
|
||||
}
|
||||
|
||||
explicit InvalidOpcode(const std::string &pu, unsigned opcode)
|
||||
{
|
||||
std::stringstream stream;
|
||||
|
||||
Reference in New Issue
Block a user