cpu.hh (8711:c7e14f52c682) cpu.hh (8733:64a7bf8fa56c)
1/*
2 * Copyright (c) 2011 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 718 unchanged lines hidden (view full) ---

727 /** The global sequence number counter. */
728 InstSeqNum globalSeqNum;//[Impl::MaxThreads];
729
730#if USE_CHECKER
731 /** Pointer to the checker, which can dynamically verify
732 * instruction results at run time. This can be set to NULL if it
733 * is not being used.
734 */
1/*
2 * Copyright (c) 2011 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 718 unchanged lines hidden (view full) ---

727 /** The global sequence number counter. */
728 InstSeqNum globalSeqNum;//[Impl::MaxThreads];
729
730#if USE_CHECKER
731 /** Pointer to the checker, which can dynamically verify
732 * instruction results at run time. This can be set to NULL if it
733 * is not being used.
734 */
735 Checker<DynInstPtr> *checker;
735 Checker<Impl> *checker;
736#endif
737
738 /** Pointer to the system. */
739 System *system;
740
741 /** Event to call process() on once draining has completed. */
742 Event *drainEvent;
743

--- 86 unchanged lines hidden ---
736#endif
737
738 /** Pointer to the system. */
739 System *system;
740
741 /** Event to call process() on once draining has completed. */
742 Event *drainEvent;
743

--- 86 unchanged lines hidden ---