From 1916575eb7e519f88b930218c3dc7311cd9c1da5 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 24 Apr 2012 20:42:44 +0000 Subject: syntax error --- unix/tclUnixCompat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unix/tclUnixCompat.c b/unix/tclUnixCompat.c index aad3d76..3f7bbdf 100644 --- a/unix/tclUnixCompat.c +++ b/unix/tclUnixCompat.c @@ -696,7 +696,8 @@ TclWinCPUID( __asm__ __volatile__ ("cpuid":\ "=a" (regsPtr[0]), "=b" (regsPtr[1]), "=c" (regsPtr[2]), "=d" (regsPtr[3]) : "a" (index)); status = TCL_OK; -#endif return status; +#endif + return status; } /* -- cgit v0.12