diff --git a/pa3/src/sim_stages.c b/pa3/src/sim_stages.c index 5b1a546..28dccaa 100644 --- a/pa3/src/sim_stages.c +++ b/pa3/src/sim_stages.c @@ -85,7 +85,7 @@ struct State memory_stage(struct State ex_out) { */ unsigned int writeback(struct State mem_out) { - /** TODO: Insert your logic for the execute stage **/ + /** TODO: Insert your logic for the writeback stage **/ return mem_out.inst; }