cinvoke-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cinvoke-svn] r48 - in trunk/cinvoke: . lib/arch


From: will
Subject: [cinvoke-svn] r48 - in trunk/cinvoke: . lib/arch
Date: 26 Jun 2006 00:16:54 -0400

Author: will
Date: 2006-06-26 00:16:54 -0400 (Mon, 26 Jun 2006)
New Revision: 48

Modified:
   trunk/cinvoke/Makefile
   trunk/cinvoke/lib/arch/gcc_x64_unix.c
Log:
small fixes

Modified: trunk/cinvoke/Makefile
===================================================================
--- trunk/cinvoke/Makefile      2006-06-26 04:11:31 UTC (rev 47)
+++ trunk/cinvoke/Makefile      2006-06-26 04:16:54 UTC (rev 48)
@@ -9,8 +9,8 @@
        cp -f lib/arch/gcc_x86_unix.h lib/cinvoke-archspec.h
 
 x64:
-       cd lib && $(MAKE) -f Makefile.x64 BUILDARG=-DARCH_GCC_X64_UNIX
-       cd test && $(MAKE) BUILDARG=-DARCH_GCC_X64_UNIX
+       cd lib && $(MAKE) -f Makefile.x64 BUILDARCH=-DARCH_GCC_X64_UNIX
+       cd test && $(MAKE) BUILDARCH=-DARCH_GCC_X64_UNIX
        cp -f lib/arch/gcc_x64_unix.h lib/cinvoke-archspec.h
 
 install:

Modified: trunk/cinvoke/lib/arch/gcc_x64_unix.c
===================================================================
--- trunk/cinvoke/lib/arch/gcc_x64_unix.c       2006-06-26 04:11:31 UTC (rev 47)
+++ trunk/cinvoke/lib/arch/gcc_x64_unix.c       2006-06-26 04:16:54 UTC (rev 48)
@@ -117,7 +117,7 @@
        *outval = archval->ival;
 }
 void arch_getval_short(ArchRetValue *archval, short *outval) {
-       *outval = archval->ival
+       *outval = archval->ival;
 }
 void arch_getval_int(ArchRetValue *archval, int *outval) {
        *outval = archval->ival;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]