cpus: add InOrderCPU to default build

regressions need this so they build the model
This commit is contained in:
Korey Sewell
2009-05-12 20:55:21 -04:00
parent 373e55c7b9
commit a032d91016
2 changed files with 2 additions and 1 deletions

View File

@@ -31,3 +31,4 @@
Import('*')
all_cpu_list.append('InOrderCPU')
default_cpus.append('InOrderCPU')