From: Gabe Black Date: Mon, 5 Mar 2007 14:50:33 +0000 (+0000) Subject: Correct a typo X-Git-Tag: m5_2.0_beta3~159 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa5f42b10df00579614fcac1c9085db0d7569161;p=gem5.git Correct a typo --HG-- extra : convert_revision : 1e8ef87ddb28873045a08bd104afc8ce129c4299 --- diff --git a/src/arch/x86/regfile.hh b/src/arch/x86/regfile.hh index a23f495bf..41ebcd8de 100644 --- a/src/arch/x86/regfile.hh +++ b/src/arch/x86/regfile.hh @@ -79,7 +79,7 @@ namespace X86ISA public: Addr readPC(); - void SetPC(Addr val); + void setPC(Addr val); Addr readNextPC(); void setNextPC(Addr val);