X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/b057a5d6e6db6db06ae33703ca72cd235eec91d6..e7fe9dc201afb96f401fb2d3cf5aa19aa7e8e796:/core/insn_call-callcc.v diff --git a/core/insn_call-callcc.v b/core/insn_call-callcc.v index a446a3d..85cea27 100644 --- a/core/insn_call-callcc.v +++ b/core/insn_call-callcc.v @@ -1,3 +1,6 @@ +`define INSN_CALL 9'b011001101 +`define INSN_CALLCC 9'b0110xx100 // Not that call/cc. + `ifdef EXECUTE `INSN_CALL,`INSN_CALLCC: begin case (cycle)