From 593dc80637bd95e2ca458915295ee2cbea2a4696 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 29 Mar 2025 23:31:49 -0400 Subject: Quick fix to fix compile-error --- inc/stage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/stage.h') diff --git a/inc/stage.h b/inc/stage.h index 19e3896..b68293b 100644 --- a/inc/stage.h +++ b/inc/stage.h @@ -83,7 +83,7 @@ class Stage /** * A pointer to the current instruction this stage is processing. */ - std::unique_ptr curr_instr; + InstrDTO *curr_instr; /** * The current status of this stage. */ -- cgit v1.2.3