Make Alpha pseudo-insts available from SE mode.

This commit is contained in:
Steve Reinhardt
2008-12-17 09:51:18 -08:00
parent 02cd18f536
commit 1704ba2273
6 changed files with 57 additions and 29 deletions

View File

@@ -43,6 +43,7 @@ Source('eventq.cc')
Source('faults.cc')
Source('init.cc')
BinSource('main.cc')
Source('pseudo_inst.cc')
Source('root.cc')
Source('serialize.cc')
Source('sim_events.cc')
@@ -54,7 +55,6 @@ Source('system.cc')
if env['FULL_SYSTEM']:
Source('arguments.cc')
Source('pseudo_inst.cc')
else:
Source('tlb.cc')
SimObject('Process.py')