boot2

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

relocatable-driver.before (205B)


      1 int main(int argc, char **argv)
      2 {
      3     TCCState *s;
      4     int ret, opt, n = 0;
      5     unsigned start_time = 0;
      6     const char *first_file;
      7 
      8 redo:
      9     s = tcc_new();
     10     opt = tcc_parse_args(s, &argc, &argv, 1);