X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fdebug.h;h=4ad618d517f9d43fa6f796b10eb35acc036b967a;hb=4835077e00c2cf7e3dba7bf7801c6aafd9d00dbe;hp=5aaa60ee9e79897f6af37ec25b2631ec3574ec0b;hpb=5345c2b9bc9b5f8a2d423482358e63af87b9219a;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