diff options
author | bd <bdunahu@operationnull.com> | 2025-03-29 23:31:49 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-29 23:31:49 -0400 |
commit | 593dc80637bd95e2ca458915295ee2cbea2a4696 (patch) | |
tree | 9e8f2e4b0f78159defadbaffdb7454d2ebdc14e1 /inc/stage.h | |
parent | 1250c3765f59801d060152d5f6eed0a9faa11b50 (diff) |
Quick fix to fix compile-error
Diffstat (limited to 'inc/stage.h')
-rw-r--r-- | inc/stage.h | 2 |
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. */ |