summaryrefslogtreecommitdiff
path: root/src/arch/x86/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-03-15 19:16:37 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-03-15 19:16:37 +0000
commitae9bed4f8f2997b5648495e96f150dbc60656d43 (patch)
tree454d00169546e3cc377fd15a3895814bc53a532c /src/arch/x86/SConscript
parent05c71c6194bcd94e0e51634970ed9ceda37a47ad (diff)
downloadgem5-ae9bed4f8f2997b5648495e96f150dbc60656d43.tar.xz
Split the x86 "process" predecoder method into it's own file.
--HG-- extra : convert_revision : 88185e592df2a7527d36efcce7376fb05f469cbc
Diffstat (limited to 'src/arch/x86/SConscript')
-rw-r--r--src/arch/x86/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/SConscript b/src/arch/x86/SConscript
index f693caf6f..2e2c5b006 100644
--- a/src/arch/x86/SConscript
+++ b/src/arch/x86/SConscript
@@ -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')