aboutsummaryrefslogtreecommitdiff
path: root/ops/li/li0.c
blob: dd89d45afea9e8e0c5398bd126255bde529c5a27 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(li0) {
	UNUSED(o); NEXT_OP(sp, a, x, y, 0);
}