summaryrefslogtreecommitdiff
path: root/inc/stage.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-01 22:06:42 -0400
committerbd <bdunahu@operationnull.com>2025-04-01 22:06:42 -0400
commitd4e3a7a3b1cff6885978093d5cc125e38cc397b3 (patch)
tree92caf723e7eadfa063fafe2291ca6ec4ed9513e0 /inc/stage.h
parent68324683cde10c636a4a602644f3e64d24b0e412 (diff)
Finish adding initial tests for full pipeline
Diffstat (limited to 'inc/stage.h')
-rw-r--r--inc/stage.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/inc/stage.h b/inc/stage.h
index 20f0191..51ab667 100644
--- a/inc/stage.h
+++ b/inc/stage.h
@@ -55,11 +55,6 @@ class Stage
void set_condition(CC c, bool v);
/**
- * Sets the value of the PC register.
- */
- void set_pc(unsigned int pc);
-
- /**
* Squashes the pipeline.
*/
void squash();