aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/repl_exec.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/program/repl_exec.rs')
-rw-r--r--mingling_core/src/program/repl_exec.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/mingling_core/src/program/repl_exec.rs b/mingling_core/src/program/repl_exec.rs
index d6b3f00..d292be1 100644
--- a/mingling_core/src/program/repl_exec.rs
+++ b/mingling_core/src/program/repl_exec.rs
@@ -129,9 +129,7 @@ where
payload: panic_info,
};
let program = crate::program::THIS_PROGRAM
- .get()
- .unwrap()
- .as_ref()
+ .get_raw()
.unwrap()
.downcast_ref::<Program<C>>()
.unwrap();