From e83f27eb31144439f832c79bb380e69e957d2949 Mon Sep 17 00:00:00 2001 From: Khalique Date: Thu, 22 Feb 2018 13:19:40 -0600 Subject: sparc: Fix FS Checkpoint loading Proposed changes to SPARC FS simulation, testing indicates that checkpoints are now loaded correctly with the following command: build/SPARC/gem5.opt configs/example/fs.py -r 1 Change-Id: Icd44f01a74c41a78828ef6fd7b661e584bdb6966 Reviewed-on: https://gem5-review.googlesource.com/8581 Reviewed-by: Gabe Black Maintainer: Gabe Black --- src/dev/sparc/mm_disk.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dev/sparc/mm_disk.cc') diff --git a/src/dev/sparc/mm_disk.cc b/src/dev/sparc/mm_disk.cc index a6ce1d09f..b3223e859 100644 --- a/src/dev/sparc/mm_disk.cc +++ b/src/dev/sparc/mm_disk.cc @@ -182,6 +182,7 @@ MmDisk::serialize(CheckpointOut &cp) const image->write(diskData, curSector); assert(bytes_read == SectorSize); } + ClockedObject::serialize(cp); } MmDisk * -- cgit v1.2.3