diff --git a/pages/runner.js b/pages/runner.js index 5cffc70..1b3355e 100644 --- a/pages/runner.js +++ b/pages/runner.js @@ -443,15 +443,6 @@ export default function Home() { } } - if (uf.instrucao?.operacao === "BNEZ") { - if (uf.instrucao?.registradorR != uf.instrucao?.registradorS) { - let entry = uf.estadoInstrucao.posicao; - instructionStatus[entry].discart = true; - instructionStatus[entry + 1].discart = true; - setInstructionStatus(instructionStatus); - } - } - if ((uf.ocupado) && (uf.vj !== null) && (uf.vk !== null)) { uf.tempo = uf.tempo - 1; uf.estadoInstrucao.busy = true;