boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

arm64-va-arg-pointer.after (307B)


      1     if (is_float(t->t)) {
      2         hfa = 1;
      3         fsize = size;
      4     }
      5 
      6     /* See gen_va_start() — operand may be a pointer (array-decayed
      7      * va_list[1] or a pointer parameter) rather than a struct lvalue. */
      8     if ((vtop->type.t & VT_BTYPE) != VT_PTR)
      9         gaddrof();
     10     r0 = intr(gv(RC_INT));