about summary refs log tree commit diff
path: root/src/instruction/nop.c
blob: 778b8ed1e790fe1db9ba0df6455d5b5ad58cf283 (plain)
1
2
3
4
5
6
#include "3cl.h"

struct CCLFrame *ccl_instruction_nop(struct CCL *ccl, struct CCLFrame *frame)
{
    return frame;
}