Skip to content
Snippets Groups Projects
Commit 53527138 authored by Damien George's avatar Damien George
Browse files

py/bc0.h: Add comment that MP_BC_MAKE_CLOSURE/_DEFARGS take extra byte.

parent 973c87d8
No related branches found
No related tags found
No related merge requests found
...@@ -98,8 +98,8 @@ ...@@ -98,8 +98,8 @@
#define MP_BC_MAKE_FUNCTION (0x60) // uint #define MP_BC_MAKE_FUNCTION (0x60) // uint
#define MP_BC_MAKE_FUNCTION_DEFARGS (0x61) // uint #define MP_BC_MAKE_FUNCTION_DEFARGS (0x61) // uint
#define MP_BC_MAKE_CLOSURE (0x62) // uint #define MP_BC_MAKE_CLOSURE (0x62) // uint; byte
#define MP_BC_MAKE_CLOSURE_DEFARGS (0x63) // uint #define MP_BC_MAKE_CLOSURE_DEFARGS (0x63) // uint; byte
#define MP_BC_CALL_FUNCTION (0x64) // uint #define MP_BC_CALL_FUNCTION (0x64) // uint
#define MP_BC_CALL_FUNCTION_VAR_KW (0x65) // uint #define MP_BC_CALL_FUNCTION_VAR_KW (0x65) // uint
#define MP_BC_CALL_METHOD (0x66) // uint #define MP_BC_CALL_METHOD (0x66) // uint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment