ISA: Make the decode function part of the ISA's decoder.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user