I think line 220 of src/dev/mc146818.cc is incorrect. In place of, Tick rtcClockTickOffset = event.when() - curTick()
it should read, Tick rtcClockTickOffset = tickEvent.when() - curTick() Also, can some one explain the meaning of the two offsets -- TimerInterrupt and Clock tick values being saved in the serialize() function? -- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
