This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/365
-- gerrit commit 3ad77e6c8799830770260a26d5dfe1e59b41d904 Author: Spencer Oliver <[email protected]> Date: Wed Jan 11 20:56:10 2012 +0000 ignore - jenkins mingw fail test Change-Id: Ia138d9d9cf5457d1ffe95e539037612cdde284c2 Signed-off-by: Spencer Oliver <[email protected]> diff --git a/src/helper/replacements.h b/src/helper/replacements.h index da48b91..137a3e0 100644 --- a/src/helper/replacements.h +++ b/src/helper/replacements.h @@ -160,7 +160,7 @@ static __inline void outb(unsigned char value, unsigned short int port) { __asm__ __volatile__ ("outb %b0,%w1": :"a" (value), "Nd" (port)); } - +ko /* mingw does not have ffs, so use gcc builtin types */ #define ffs __builtin_ffs -- ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
