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