Registers: Add a registers.hh file as an ISA switched header.
This file is for register indices, Num* constants, and register types. copyRegs and copyMiscRegs were moved to utility.hh and utility.cc. --HG-- rename : src/arch/alpha/regfile.hh => src/arch/alpha/registers.hh rename : src/arch/arm/regfile.hh => src/arch/arm/registers.hh rename : src/arch/mips/regfile.hh => src/arch/mips/registers.hh rename : src/arch/sparc/regfile.hh => src/arch/sparc/registers.hh rename : src/arch/x86/regfile.hh => src/arch/x86/registers.hh
This commit is contained in:
@@ -55,7 +55,7 @@ isa_switch_hdrs = Split('''
|
||||
mt.hh
|
||||
process.hh
|
||||
predecoder.hh
|
||||
regfile.hh
|
||||
registers.hh
|
||||
remote_gdb.hh
|
||||
stacktrace.hh
|
||||
tlb.hh
|
||||
|
||||
Reference in New Issue
Block a user