Revision c99a3cc0 lib/mcpu.py
b/lib/mcpu.py | ||
---|---|---|
104 | 104 |
"""Execute an opcode. |
105 | 105 |
|
106 | 106 |
Args: |
107 |
- cfg: the configuration in which we execute this opcode |
|
108 |
- opcode: the opcode to be executed |
|
107 |
op: the opcode to be executed |
|
109 | 108 |
|
110 | 109 |
""" |
111 | 110 |
if not isinstance(op, opcodes.OpCode): |
Also available in: Unified diff