X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fdebug.h;h=5aaa60ee9e79897f6af37ec25b2631ec3574ec0b;hb=e743be2070a13d14cae39a55b815b62b0edb6776;hp=bf3e06882a4eb7a2129666c454bf48733c22a8a6;hpb=4685e5a10e388a9a07f1b11c3c14cce6e4e8ef5b;p=picodrive.git diff --git a/cpu/debug.h b/cpu/debug.h index bf3e068..5aaa60e 100644 --- a/cpu/debug.h +++ b/cpu/debug.h @@ -26,6 +26,6 @@ int pdb_net_connect(const char *host, const char *port); #else -#define pdb_net_connect(a,b) 0 +static inline int pdb_net_connect(const char *host, const char *port) {return 0;} #endif