X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fdebug.h;h=5aaa60ee9e79897f6af37ec25b2631ec3574ec0b;hb=9db6a54485501b56b0f2f5db4d093c38fe495bda;hp=bf3e06882a4eb7a2129666c454bf48733c22a8a6;hpb=5686d93123821e06ac2d9f6209c37438303dd4c1;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