> @@ -188,7 +188,7 @@
> deferRegistration(false/*params->deferRegistration*/),
> stageTracing(params->stageTracing),
> numVirtProcs(1)
> -{
> +{
> ThreadID active_threads;
> cpu_params = params;
>
> diff --git a/src/cpu/inorder/inorder_cpu_builder.cc
> b/src/cpu/inorder/inorder_cpu_builder.cc
> --- a/src/cpu/inorder/inorder_cpu_builder.cc
> +++ b/src/cpu/inorder/inorder_cpu_builder.cc
> @@ -51,7 +51,8 @@
>
> if (workload.size() == 0) {
> fatal("Must specify at least one workload!");
> - }
> + }
> +
> #endif
>
> numThreads = actual_num_threads;
Beware of random whitespace changes (in this case added trailing whitespace).
It appears that the style hook is broken. I guess I have to fix that.
Nate
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev