ISA: Make the decode function part of the ISA's decoder.
This commit is contained in:
@@ -34,6 +34,7 @@ Import('*')
|
||||
|
||||
if env['TARGET_ISA'] == 'mips':
|
||||
Source('bare_iron/system.cc')
|
||||
Source('decoder.cc')
|
||||
Source('dsp.cc')
|
||||
Source('faults.cc')
|
||||
Source('idle_event.cc')
|
||||
|
||||
Reference in New Issue
Block a user