mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-27 16:21:53 +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