X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fheader.h;h=819766436b0892c12213ef103628de894a1cd6a1;hp=2848dff3da2ec56bd8c73d5bc947f7c2c713c64d;hb=c1ffd5ba04171a30be808e2c485e0dd6e25fa48a;hpb=6720e4e4ee1f5c815bc82dd8a5f276d7c5e71b24 diff --git a/loader/header.h b/loader/header.h index 2848dff..8197664 100644 --- a/loader/header.h +++ b/loader/header.h @@ -2,6 +2,7 @@ #define PFX "ginge: " #define err(f, ...) fprintf(stderr, PFX f, ##__VA_ARGS__) +#define log(f, ...) fprintf(stdout, PFX f, ##__VA_ARGS__) void do_entry(unsigned long entry, void *stack_frame, int stack_frame_cnt, void *exitf);