From 23db5514bf626801c8e752f12171eb45d2598946 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 7 Sep 2023 21:25:36 +0300 Subject: allow fibonacci in jit-comparison --- ops/branchi/call.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ops/branchi/call.c (limited to 'ops/branchi/call.c') diff --git a/ops/branchi/call.c b/ops/branchi/call.c new file mode 100644 index 0000000..23d88d0 --- /dev/null +++ b/ops/branchi/call.c @@ -0,0 +1,6 @@ +#include "../common.h" + +DEFINE_OP(call) { + x = ((op_call)IMM())(sp, a, x, y, o); + NEXT_OP(sp, a, x, y, o); +} -- cgit v1.3