]> Nishi Git Mirror - gwion.git/commit
:art: Make sure NoOp does nothing
authorfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 15 Oct 2019 22:18:00 +0000 (00:18 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 15 Oct 2019 22:18:00 +0000 (00:18 +0200)
commit0ccbca25c4e883721bf57315e74d9994bfca0195
tree73bc356d32389b9fae2364a8a863b947d9045983
parentf793a54248e75a529e0780f2a99dd6ff82119674
:art: Make sure NoOp does nothing

It was already the case, setting all bits to 0 making a RegSetImm op.
include/instr.h
include/opcode.h
opcode.txt
src/vm/vm.c
src/vm/vm_code.c