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

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.cpp450 char msg_buffer[128]; // For error message construction. local
517 sprintf(msg_buffer, "%d binds exceeds maximum of %d allowed",
519 report_error( SC_ID_COMPLETE_BINDING_, msg_buffer );
530 sprintf(msg_buffer, "%d actual binds is less than required %d",
532 report_error( SC_ID_COMPLETE_BINDING_, msg_buffer );

Completed in 5 milliseconds