boot2

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

tcc-h-gen-expr64-arm64.after (147B)


      1 ST_FUNC void gen_expr32(ExprValue *pe);
      2 #if defined(TCC_TARGET_X86_64) || defined(TCC_TARGET_ARM64)
      3 ST_FUNC void gen_expr64(ExprValue *pe);
      4 #endif