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

@@ -32,6 +32,7 @@
Import('*')
if env['TARGET_ISA'] == 'alpha':
Source('decoder.cc')
Source('ev5.cc')
Source('faults.cc')
Source('freebsd/system.cc')