diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/stage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/stage.h b/inc/stage.h index d1b6ee1..84d2a7b 100644 --- a/inc/stage.h +++ b/inc/stage.h @@ -50,6 +50,11 @@ class Stage */ bool get_condition(CC c); + /** + * Sets the value of the PC register. + */ + void set_pc(unsigned int pc); + protected: /** * The function expected to do the majority of the work. |