more fix
[cdsspec-compiler.git] / src / edu / uci / eecs / specCompiler / codeGenerator / CodeGenerator.java
index 7b9dc411aa82b593ff9d50438bac6036047938ca..30e185d71ff7303d1e2c4b79c28001977b8330d5 100644 (file)
@@ -282,8 +282,8 @@ public class CodeGenerator {
        public static void main(String[] argvs) {
                String homeDir = Environment.HOME_DIRECTORY;
                File[] srcFiles = {
-//                              new File(homeDir
-//                              + "/benchmark/linuxrwlocks/linuxrwlocks.c") };
+                                new File(homeDir
+                                + "/benchmark/linuxrwlocks/linuxrwlocks.c") };
 //                              new File(homeDir
 //                              +
 //                              "/benchmark/cliffc-hashtable/simplified_cliffc_hashtable.h"),
@@ -304,9 +304,9 @@ public class CodeGenerator {
 //                             new File(homeDir + "/benchmark/mcs-lock/mcs-lock.cc"),
 //                             new File(homeDir + "/benchmark/mcs-lock/mcs-lock.h") };
                
-                               new File(homeDir + "/benchmark/spsc-bugfix/spsc-queue.cc"),
-                               new File(homeDir + "/benchmark/spsc-bugfix/eventcount.h"),
-                               new File(homeDir + "/benchmark/spsc-bugfix/queue.h") };
+//                             new File(homeDir + "/benchmark/spsc-bugfix/spsc-queue.cc"),
+//                             new File(homeDir + "/benchmark/spsc-bugfix/eventcount.h"),
+//                             new File(homeDir + "/benchmark/spsc-bugfix/queue.h") };
                
 
                CodeGenerator gen = new CodeGenerator(srcFiles);