diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-08-23 09:44:19 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-08-23 09:44:19 -0700 |
commit | 172e45fc97373757ff171d145e7b1f5c14573b0f (patch) | |
tree | c6fe7f8281727f938de0eef7091be9c3fc2955bf /src/arch/x86/SConscript | |
parent | 249549f9c3cc9317b1eeca8e844287dbbaf5f4ca (diff) | |
download | gem5-172e45fc97373757ff171d145e7b1f5c14573b0f.tar.xz |
X86: Make the x86 ExtMachInst serializable with (UN)SERIALIZE_SCALAR.
--HG--
rename : src/arch/x86/types.hh => src/arch/x86/types.cc
Diffstat (limited to 'src/arch/x86/SConscript')
-rw-r--r-- | src/arch/x86/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/SConscript b/src/arch/x86/SConscript index 06e880704..27de9da11 100644 --- a/src/arch/x86/SConscript +++ b/src/arch/x86/SConscript @@ -59,6 +59,7 @@ if env['TARGET_ISA'] == 'x86': Source('predecoder_tables.cc') Source('remote_gdb.cc') Source('tlb.cc') + Source('types.cc') Source('utility.cc') SimObject('X86NativeTrace.py') |