Split the x86 "process" predecoder method into it's own file.

--HG--
extra : convert_revision : 88185e592df2a7527d36efcce7376fb05f469cbc
This commit is contained in:
Gabe Black
2007-03-15 19:16:37 +00:00
parent 05c71c6194
commit ae9bed4f8f
2 changed files with 2 additions and 241 deletions

View File

@@ -88,6 +88,7 @@ if env['TARGET_ISA'] == 'x86':
Source('floatregfile.cc')
Source('intregfile.cc')
Source('miscregfile.cc')
Source('predecoder.cc')
Source('predecoder_tables.cc')
Source('regfile.cc')
Source('remote_gdb.cc')