Correct a typo
authorGabe Black <gblack@eecs.umich.edu>
Mon, 5 Mar 2007 14:50:33 +0000 (14:50 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 5 Mar 2007 14:50:33 +0000 (14:50 +0000)
--HG--
extra : convert_revision : 1e8ef87ddb28873045a08bd104afc8ce129c4299

src/arch/x86/regfile.hh

index a23f495bf3ffe6e08c3d4d8538cc6e31aa66d101..41ebcd8dec870acc6b77713e97f9d8361ec5eb82 100644 (file)
@@ -79,7 +79,7 @@ namespace X86ISA
 
       public:
         Addr readPC();
-        void SetPC(Addr val);
+        void setPC(Addr val);
 
         Addr readNextPC();
         void setNextPC(Addr val);