mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 05:57:57 -05:00
Merge pull request #404 from Vinc0682/master
FIX documentaion of the CRASH instruction
This commit is contained in:
@@ -442,7 +442,9 @@ class join_tape(base.Instruction):
|
||||
arg_format = ['int']
|
||||
|
||||
class crash(base.IOInstruction):
|
||||
""" Crash runtime. """
|
||||
""" Crash runtime if the register's value is > 0.
|
||||
|
||||
:param: Crash condition (regint)"""
|
||||
code = base.opcodes['CRASH']
|
||||
arg_format = ['ci']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user