summaryrefslogtreecommitdiffstatshomepage
path: root/py/bc0.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/bc0.h')
-rw-r--r--py/bc0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/bc0.h b/py/bc0.h
index 0a4a49ce66..23ac9a1eb3 100644
--- a/py/bc0.h
+++ b/py/bc0.h
@@ -81,7 +81,7 @@
#define MP_BC_UNPACK_EX (0x7a) // uint
#define MP_BC_RETURN_VALUE (0x80)
-#define MP_BC_RAISE_VARARGS (0x81) // uint
+#define MP_BC_RAISE_VARARGS (0x81) // byte
#define MP_BC_YIELD_VALUE (0x82)
#define MP_BC_YIELD_FROM (0x83)