wip - class_load instruction for out-of-class method definition
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1324,7 +1324,10 @@ enum hcl_bcode_t
|
||||
HCL_CODE_THROW = 0xDB, /* 219 */
|
||||
|
||||
HCL_CODE_POP_INTO_CTXTEMPVAR_X = 0xDC, /* 220 ## */
|
||||
/* UNUSED - 0xDD - 0xDF */
|
||||
HCL_CODE_CLASS_LOAD_X = 0xDD, /* 221 ## */
|
||||
HCL_CODE_CLASS_LOAD_X2 = 0xDE, /* 222 ## */
|
||||
|
||||
/* UNUSED - 0xDF - 0xDF */
|
||||
|
||||
HCL_CODE_PUSH_CTXTEMPVAR_X = 0xE0, /* 224 ## */
|
||||
HCL_CODE_CLASS_ENTER = 0xE1, /* 225 ## */
|
||||
|
Reference in New Issue
Block a user