aboutsummaryrefslogtreecommitdiff
path: root/ops/popo.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-08-26 17:13:56 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-08-26 17:13:56 +0300
commit4269b6d3d0aeff1cf1bae3eac5f40cceb75576e0 (patch)
tree3e9cdf4b34f4f2beffa72a837c409e567d84adb2 /ops/popo.c
parente8b00dae488e9c9f6f9ef7de99bc340de61541b7 (diff)
downloadcopyjit-4269b6d3d0aeff1cf1bae3eac5f40cceb75576e0.tar.gz
copyjit-4269b6d3d0aeff1cf1bae3eac5f40cceb75576e0.zip
apply fixes to make jit-comparison easier
Diffstat (limited to 'ops/popo.c')
-rw-r--r--ops/popo.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/ops/popo.c b/ops/popo.c
new file mode 100644
index 0000000..5a90524
--- /dev/null
+++ b/ops/popo.c
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: copyleft-next-0.3.1 */
+
+#include "common.h"
+
+DEFINE_OP(popo)
+{
+ UNUSED(o);
+ NEXT_OP(sp - 1, a, x, y, *(sp - 1));
+}