Searched hist:8586 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/sim/
H A Dfull_system.hh8586:cf26f9578cd0 Mon Sep 26 05:09:00 EDT 2011 Gabe Black <gblack@eecs.umich.edu> SE/FS: Define a const bool FullSystem which will equal FULL_SYSTEM.

This constant will have the same value as FULL_SYSTEM but will not be usable
by the preprocessor. It can be substituted into places where FULL_SYSTEM is
used in a C++ context and will make it easier to find which parts of the
simulator still use FULL_SYSTEM with the preprocessor using grep.

Completed in 4 milliseconds