mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-23 13:00:17 +00:00
...
This commit is contained in:
parent
c4c7b9ef25
commit
1b5b9fa6cb
@ -334,7 +334,7 @@ void Literal0Expr__emit_(Expr* self_, Ctx* ctx) {
|
|||||||
case TK_TRUE: opcode = OP_LOAD_TRUE; break;
|
case TK_TRUE: opcode = OP_LOAD_TRUE; break;
|
||||||
case TK_FALSE: opcode = OP_LOAD_FALSE; break;
|
case TK_FALSE: opcode = OP_LOAD_FALSE; break;
|
||||||
case TK_DOTDOTDOT: opcode = OP_LOAD_ELLIPSIS; break;
|
case TK_DOTDOTDOT: opcode = OP_LOAD_ELLIPSIS; break;
|
||||||
default: assert(false);
|
default: c11__unreachedable();
|
||||||
}
|
}
|
||||||
Ctx__emit_(ctx, opcode, BC_NOARG, self->line);
|
Ctx__emit_(ctx, opcode, BC_NOARG, self->line);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user