|
|
static int Ctx__emit_int(Ctx* self, int64_t value, int line) {
|
|
static int Ctx__emit_int(Ctx* self, int64_t value, int line) {
|
|
|
return Ctx__emit_(self, OP_LOAD_SMALL_INT, (uint16_t)value, line);
|
|
return Ctx__emit_(self, OP_LOAD_SMALL_INT, (uint16_t)value, line);
|