Correct a typo

--HG--
extra : convert_revision : 1e8ef87ddb28873045a08bd104afc8ce129c4299
This commit is contained in:
Gabe Black 2007-03-05 14:50:33 +00:00
parent 0e9db1a2e5
commit aa5f42b10d

View file

@ -79,7 +79,7 @@ namespace X86ISA
public:
Addr readPC();
void SetPC(Addr val);
void setPC(Addr val);
Addr readNextPC();
void setNextPC(Addr val);