diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-10-10 03:50:51 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-10-10 03:50:51 -0700 |
commit | ec0fb05d643323ae036156be76acd42c8275a2f4 (patch) | |
tree | 3ef01f529f108643ee9f94fe106741dace81d77a /src/arch/x86/system.hh | |
parent | 9be6e082270aad53f8ba40bf66a91fcf176a45ab (diff) | |
download | gem5-ec0fb05d643323ae036156be76acd42c8275a2f4.tar.xz |
X86: Turn SMBios structures into simobjects.
Diffstat (limited to 'src/arch/x86/system.hh')
-rw-r--r-- | src/arch/x86/system.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/system.hh b/src/arch/x86/system.hh index 8a5483ebf..2120bc090 100644 --- a/src/arch/x86/system.hh +++ b/src/arch/x86/system.hh @@ -96,7 +96,8 @@ class X86System : public System X86ISA::SMBios::SMBiosTable * smbiosTable; - void writeOutSMBiosTable(Addr header, Addr table = 0); + void writeOutSMBiosTable(Addr header, + Addr &headerSize, Addr &tableSize, Addr table = 0); const Params *params() const { return (const Params *)_params; } |