X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fdebug.h;h=63728ad6e79cfe70926739e0f5cced5d9ca931a5;hb=f0ed9e38ad8e9cde9bfce6ec385cb3fddc5d0fee;hp=bf3e06882a4eb7a2129666c454bf48733c22a8a6;hpb=5686d93123821e06ac2d9f6209c37438303dd4c1;p=picodrive.git diff --git a/cpu/debug.h b/cpu/debug.h index bf3e068..63728ad 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