boot2

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

snprintf-mes-varargs.before (154B)


      1 #if __GNUC__ && __x86_64__ && !SYSTEM_LIBC
      2 #define __FUNCTION_ARGS 3
      3   ap += (__FOO_VARARGS + (__FUNCTION_ARGS << 1)) << 3;
      4 #undef __FUNCTION_ARGS
      5 #endif