aboutsummaryrefslogtreecommitdiff
path: root/ops/end.c
blob: 3abf4e088c7bd03bb50e480780c818ec20ba2fdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "common.h"

DEFINE_OP(end)
{
	UNUSED(sp);
	UNUSED(a);
	UNUSED(x);
	UNUSED(y);
	UNUSED(o);
	return;
}