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

/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.cpp162 int record_type; local
170 record_type = (int)strtol(record_string, (char **)NULL, 16);
172 printf("record_type=%x\n",record_type);
174 if(record_type==01) {

Completed in 6 milliseconds