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/pushx.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ops/pushx.c (limited to 'ops/pushx.c') diff --git a/ops/pushx.c b/ops/pushx.c new file mode 100644 index 0000000..7c70578 --- /dev/null +++ b/ops/pushx.c @@ -0,0 +1,7 @@ +#include "common.h" + +DEFINE_OP(pushx) +{ + *sp = x; + NEXT_OP(sp + 1, a, x, y, o); +} -- cgit v1.3