diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-09-07 21:25:36 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-09-07 21:25:36 +0300 |
| commit | 23db5514bf626801c8e752f12171eb45d2598946 (patch) | |
| tree | 8a5fbd619ddb4d5c22b6c6fb1c1027c1fd2e7af4 /ops/li/lixm1.c | |
| parent | 4d8fdd4288cc3ca5e0a2bd6ac80b725c2ee52118 (diff) | |
| download | copyjit-23db5514bf626801c8e752f12171eb45d2598946.tar.gz copyjit-23db5514bf626801c8e752f12171eb45d2598946.zip | |
allow fibonacci in jit-comparison
Diffstat (limited to 'ops/li/lixm1.c')
| -rw-r--r-- | ops/li/lixm1.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ops/li/lixm1.c b/ops/li/lixm1.c new file mode 100644 index 0000000..46c3816 --- /dev/null +++ b/ops/li/lixm1.c @@ -0,0 +1,7 @@ +#include "../common.h" + +DEFINE_OP(lixm1) +{ + UNUSED(x); + NEXT_OP(sp, a, -1, y, o); +} |
