Searched refs:systems (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Dcp_annotate.cc895 // Output the systems
896 vector<string> systems; local
897 systems.resize(numSys+1);
900 systems[i2->second.second] = i2->second.first;
905 for (int x = 1; x < systems.size(); x++) {
906 *osbin << ", \"" << systems[x] << "\""; local

Completed in 8 milliseconds