Aditya K Kamath
Results
11
comments of
Aditya K Kamath
A possible fix is to change line 257 to: ``` // CLFLUSHOPT/WB/FLUSH is treated as read for protection checks but modelled as write assert(mode == state->mode || req->isCacheClean()); ``` https://github.com/gem5/gem5/blob/c890e6b113a59caeec3eea9bafea4a03a471f89d/src/cpu/translation.hh#L257