From 94a0435da91501d2320d6081c552cb5df0c4433d Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 17 Apr 2025 01:17:48 -0400 Subject: Keep track of checked out in DTO to simplify wb cond logic (bug) --- inc/id.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/id.h') diff --git a/inc/id.h b/inc/id.h index db22d7d..ed13771 100644 --- a/inc/id.h +++ b/inc/id.h @@ -41,7 +41,6 @@ class ID : public Stage std::vector stage_info() override; private: - void advance_helper() override; /** * Helper for `get_instr_fields` * Attempts to parse and dereference instruction arguments. Uses read and @@ -52,6 +51,7 @@ class ID : public Stage * @param the resulting second field. * @param the resulting third field. */ + void advance_helper() override; /** * Parse an instruction into a type, opcode, and fields. If the type is * invalid, only the type field will be set. -- cgit v1.2.3