summaryrefslogtreecommitdiff
path: root/vm/mterp/c/OP_INT_TO_BYTE.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/mterp/c/OP_INT_TO_BYTE.c')
-rw-r--r--vm/mterp/c/OP_INT_TO_BYTE.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/mterp/c/OP_INT_TO_BYTE.c b/vm/mterp/c/OP_INT_TO_BYTE.c
new file mode 100644
index 0000000..ea75747
--- /dev/null
+++ b/vm/mterp/c/OP_INT_TO_BYTE.c
@@ -0,0 +1,2 @@
+HANDLE_INT_TO_SMALL(OP_INT_TO_BYTE, "byte", s1)
+OP_END