113a114,119
> /** Check for ordering violations in the LSQ
> * @param load_idx index to start checking at
> * @param inst the instruction to check
> */
> Fault checkViolations(int load_idx, DynInstPtr &inst);
>
368a375,382
> /** The number of places to shift addresses in the LSQ before checking
> * for dependency violations
> */
> unsigned depCheckShift;
>
> /** Should loads be checked for dependency issues */
> bool checkLoads;
>