mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-09 13:37:58 -05:00
Maintenance.
This commit is contained in:
@@ -84,8 +84,8 @@ void Instruction::parse(istream& s, int pos)
|
||||
ostringstream os;
|
||||
os << "Code not defined for instruction " << showbase << hex << opcode << dec << endl;
|
||||
os << "This virtual machine executes binary circuits only." << endl;
|
||||
os << "Use 'compile.py -B'." << endl;
|
||||
throw Invalid_Instruction(os.str());
|
||||
os << "Use 'compile.py -B'.";
|
||||
exit_error(os.str());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user