• fleuria's avatar
    fix #1544 · c647dff1
    fleuria authored
    We have already reserved that register in codegen()'s case NODE_DEF, but
    what we care about is actually the previous register. So what we need is
    get that register by cursp() after pop(), then recover the reservation
    by push().
    c647dff1
codegen.c 66 KB