Loading prrt/util/common.h +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ void print_gf(const gf *start, const int len); void pin_thread_to_core(pthread_attr_t *ap, int core); #define PERROR(fmt, args...) \ printf("PRRT ERROR: \n" fmt, ## args); printf("PRRT ERROR (" __FILE__ ":%d)\n" fmt, __LINE__, ## args); #define PNOTIMPLEMENTED(args) \ printf("NOT IMPLEMENTED: %s\n", args); \ Loading Loading
prrt/util/common.h +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ void print_gf(const gf *start, const int len); void pin_thread_to_core(pthread_attr_t *ap, int core); #define PERROR(fmt, args...) \ printf("PRRT ERROR: \n" fmt, ## args); printf("PRRT ERROR (" __FILE__ ":%d)\n" fmt, __LINE__, ## args); #define PNOTIMPLEMENTED(args) \ printf("NOT IMPLEMENTED: %s\n", args); \ Loading