From 159666bae6cc185a5abac154b85c49406f32f30c Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 23 Mar 2025 20:56:47 +0300 Subject: Last time I was here 8 months ago, idk what is this --- src/instruction/invalid.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/instruction/invalid.c (limited to 'src/instruction/invalid.c') diff --git a/src/instruction/invalid.c b/src/instruction/invalid.c new file mode 100644 index 0000000..7110bb9 --- /dev/null +++ b/src/instruction/invalid.c @@ -0,0 +1,8 @@ +#include "3cl.h" + +#include "utils.h" + +struct CCLFrame *ccl_instruction_invalid(struct CCL *ccl, struct CCLFrame *frame) +{ + die(1, "Invalid instruction at %d", frame->ep - 1); +} -- cgit 1.4.1