summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--backend/regfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/regfile.h b/backend/regfile.h
index 276504c..4cf328a 100644
--- a/backend/regfile.h
+++ b/backend/regfile.h
@@ -33,6 +33,7 @@ namespace backend {
33 auto i = writebackp.read(); 33 auto i = writebackp.read();
34 if (i.generation == generation_down) { 34 if (i.generation == generation_down) {
35 pte(i.transaction, "W", fmt::format("writeback gen={} pc={:x}", generation_down, pc)); 35 pte(i.transaction, "W", fmt::format("writeback gen={} pc={:x}", generation_down, pc));
36 assert(pc == i.init_pc);
36 auto old_pc = pc; 37 auto old_pc = pc;
37 pc = i.linear_next_pc; 38 pc = i.linear_next_pc;
38 switch (i.field[OPCODE]) { 39 switch (i.field[OPCODE]) {