From 4055b56b5d06e0188d764380d67e40b5b07359ac Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 29 Mar 2025 20:49:32 -0400 Subject: Add advance logic for decode --- inc/if.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/if.h') diff --git a/inc/if.h b/inc/if.h index 9f84e51..3fafe53 100644 --- a/inc/if.h +++ b/inc/if.h @@ -25,7 +25,7 @@ class IF : public Stage * the nullptr. * @return STALLED if we are waiting on the storage devices, OK otherwise. */ - void fetch_with_buffer(); + void advance_helper(); }; #endif /* IF_H_INCLUDED */ -- cgit v1.2.3