summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/endian.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/endian.stp b/tapset/endian.stp
index fc2c8937..c3b2b212 100644
--- a/tapset/endian.stp
+++ b/tapset/endian.stp
@@ -2,7 +2,7 @@
# val: 0 - native (default)
# 1 - little endian
# 2 - big endian
-function set_endian:long (val:long) %{ /* pure */
+function set_endian:long (val:long) %{
_stp_endian = THIS->val;
%}