diff options
Diffstat (limited to 'ops/end.c')
| -rw-r--r-- | ops/end.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ops/end.c b/ops/end.c new file mode 100644 index 0000000..dde88e5 --- /dev/null +++ b/ops/end.c @@ -0,0 +1,11 @@ +#include "common.h" + +DEFINE_OP(end) +{ + UNUSED(sp); + UNUSED(a); + UNUSED(x); + UNUSED(y); + UNUSED(o); + return; +} |
