]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - insn_vop_intr.v
Compiles
[fpgaboy.git] / insn_vop_intr.v
index 06218f48c2f4feac4a068c99d186e1280fdd9cf8..5cb40e1f6f5b8e2d99df0a6cf53c02147fe9baf1 100644 (file)
@@ -1,9 +1,9 @@
 `ifdef EXECUTE
        `INSN_VOP_INTR: begin
                case (cycle)
-               0:      `EXEC_WRITE(`_SP - 1, `_PCH);
-               1:      `EXEC_WRITE(`_SP - 2, `_PCL);
-               2:      `EXEC_NEWCYCLE;
+               0:      `EXEC_WRITE(`_SP - 1, `_PCH)
+               1:      `EXEC_WRITE(`_SP - 2, `_PCL)
+               2:      `EXEC_NEWCYCLE
                endcase
        end
 `endif
This page took 0.023951 seconds and 4 git commands to generate.