summaryrefslogtreecommitdiff
path: root/eater_cpu/cpp/simpc_term.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eater_cpu/cpp/simpc_term.cpp')
-rw-r--r--eater_cpu/cpp/simpc_term.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eater_cpu/cpp/simpc_term.cpp b/eater_cpu/cpp/simpc_term.cpp
index b0396a1..c60e690 100644
--- a/eater_cpu/cpp/simpc_term.cpp
+++ b/eater_cpu/cpp/simpc_term.cpp
@@ -80,7 +80,7 @@ void simpc_ui_write(const std::unique_ptr<Veater_computer> &topp, uint64_t i) {
topp->eater_computer->A->r_datastore,
topp->eater_computer->B->r_datastore,
topp->eater_computer->alu->result,
- topp->eater_computer->OUT->r_datastore);
+ topp->eater_computer->OUT_reg->r_datastore);
// PRINT_ME(
// 8, NCUR_X, "%c%8d\t%c%8d\t%c%8d\t%11d",
// topp->computer->store_to_A_int ? '*' : ' ', topp->computer->reg_A_int,