From 83afad86ca6cb0ff0326ec70216a8d2e29d6170d Mon Sep 17 00:00:00 2001 From: bdemsky Date: Sat, 22 Mar 2008 22:20:38 +0000 Subject: [PATCH] need quotes --- .../src/Benchmarks/Prefetch/MatrixMultiply/MatrixMultiply.java | 2 +- Robust/src/buildscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Robust/src/Benchmarks/Prefetch/MatrixMultiply/MatrixMultiply.java b/Robust/src/Benchmarks/Prefetch/MatrixMultiply/MatrixMultiply.java index f35dbb25..d1d1ec1d 100644 --- a/Robust/src/Benchmarks/Prefetch/MatrixMultiply/MatrixMultiply.java +++ b/Robust/src/Benchmarks/Prefetch/MatrixMultiply/MatrixMultiply.java @@ -44,7 +44,7 @@ public class MatrixMultiply extends Thread{ } public static void main(String[] args) { - int mid1 = (128<<24)|(195<<16)|(175<<8)|73; + int mid1 = (128<<24)|(195<<16)|(175<<8)|70; int mid2 = (128<<24)|(195<<16)|(175<<8)|69; int mid3 = (128<<24)|(195<<16)|(175<<8)|71; int NUM_THREADS = 1; diff --git a/Robust/src/buildscript b/Robust/src/buildscript index 7aae93db..16087770 100755 --- a/Robust/src/buildscript +++ b/Robust/src/buildscript @@ -8,7 +8,7 @@ echo -dmalloc link in dmalloc echo -recover compile task code echo -specdir directory echo -selfloop task - this task cannot self loop forever -echo -excprefetch methoddescriptor - exclude prefetches for this method (specified as class.method) +echo "-excprefetch methoddescriptor - exclude prefetches for this method (specified as class.method)" echo -taskstate do task state analysis echo -tagstate do tag state analysis echo -scheduling do task scheduling -- 2.34.1