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