projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e9db1a
)
Correct a typo
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 5 Mar 2007 14:50:33 +0000
(14:50 +0000)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/src/arch/x86/regfile.hh
b/src/arch/x86/regfile.hh
index a23f495bf3ffe6e08c3d4d8538cc6e31aa66d101..41ebcd8dec870acc6b77713e97f9d8361ec5eb82 100644
(file)
--- a/
src/arch/x86/regfile.hh
+++ b/
src/arch/x86/regfile.hh
@@
-79,7
+79,7
@@
namespace X86ISA
public:
Addr readPC();
- void
S
etPC(Addr val);
+ void
s
etPC(Addr val);
Addr readNextPC();
void setNextPC(Addr val);