summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/stage.h2
1 files changed, 1 insertions, 1 deletions
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<InstrDTO> curr_instr;
+ InstrDTO *curr_instr;
/**
* The current status of this stage.
*/