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

/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.cpp163 // char record_string[2];
164 char record_string[3]; local
165 if(strncpy(record_string,&(line_buffer[7]),2)==NULL) {
169 record_string[2] = 0;
170 record_type = (int)strtol(record_string, (char **)NULL, 16);

Completed in 7 milliseconds