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

This commit is contained in:
Damien George 2019-08-22 16:07:28 +10:00
parent 973c87d8fa
commit 53527138a9
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@
#define MP_BC_MAKE_FUNCTION (0x60) // uint
#define MP_BC_MAKE_FUNCTION_DEFARGS (0x61) // uint
#define MP_BC_MAKE_CLOSURE (0x62) // uint
#define MP_BC_MAKE_CLOSURE_DEFARGS (0x63) // uint
#define MP_BC_MAKE_CLOSURE (0x62) // uint; byte
#define MP_BC_MAKE_CLOSURE_DEFARGS (0x63) // uint; byte
#define MP_BC_CALL_FUNCTION (0x64) // uint
#define MP_BC_CALL_FUNCTION_VAR_KW (0x65) // uint
#define MP_BC_CALL_METHOD (0x66) // uint