()
| 238 | } |
| 239 | |
| 240 | export function execute_pending_program() { |
| 241 | let operation = OPCODE_ID_33_EXECUTE_PENDING_PROGRAM(); |
| 242 | operationList.push(operation); |
| 243 | } |
| 244 | |
| 245 | export function end_emergency() { |
| 246 | let operation = OPCODE_ID_34_END_EMERGENCY(); |
nothing calls this directly
no test coverage detected