aboutsummaryrefslogtreecommitdiff
path: root/ops/end.c
diff options
context:
space:
mode:
Diffstat (limited to 'ops/end.c')
-rw-r--r--ops/end.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ops/end.c b/ops/end.c
index 3abf4e0..34f2d9d 100644
--- a/ops/end.c
+++ b/ops/end.c
@@ -6,8 +6,7 @@ DEFINE_OP(end)
{
UNUSED(sp);
UNUSED(a);
- UNUSED(x);
UNUSED(y);
UNUSED(o);
- return;
+ return x;
}