From 6faf377b5305f9dcc3c7b013c4d67f5accb92617 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Thu, 4 Jun 2009 23:21:12 -0700 Subject: types: clean up types, especially signed vs unsigned --- src/cpu/inorder/pipeline_traits.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/inorder/pipeline_traits.hh') diff --git a/src/cpu/inorder/pipeline_traits.hh b/src/cpu/inorder/pipeline_traits.hh index 5012553b0..3c28894e7 100644 --- a/src/cpu/inorder/pipeline_traits.hh +++ b/src/cpu/inorder/pipeline_traits.hh @@ -49,7 +49,7 @@ class InOrderDynInst; namespace ThePipeline { // Pipeline Constants const unsigned NumStages = 5; - const unsigned MaxThreads = 8; + const ThreadID MaxThreads = 8; const unsigned StageWidth = 1; const unsigned BackEndStartStage = 2; -- cgit v1.2.3