ISA: Make the decode function part of the ISA's decoder.

This commit is contained in:
Gabe Black
2012-05-25 00:55:24 -07:00
parent 276f3e9535
commit eae1e97fb0
30 changed files with 423 additions and 161 deletions

View File

@@ -33,6 +33,7 @@ Import('*')
if env['TARGET_ISA'] == 'sparc':
Source('asi.cc')
Source('decoder.cc')
Source('faults.cc')
Source('interrupts.cc')
Source('isa.cc')