Correct a typo
--HG-- extra : convert_revision : 1e8ef87ddb28873045a08bd104afc8ce129c4299
This commit is contained in:
parent
0e9db1a2e5
commit
aa5f42b10d
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ namespace X86ISA
|
|||
|
||||
public:
|
||||
Addr readPC();
|
||||
void SetPC(Addr val);
|
||||
void setPC(Addr val);
|
||||
|
||||
Addr readNextPC();
|
||||
void setNextPC(Addr val);
|
||||
|
|
Loading…
Reference in a new issue