boot2

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

riscv-stdarg-fix.before (82B)


      1 #elif __riscv
      2 typedef __builtin_va_list va_list;
      3 typedef char *__builtin_va_list;