small warning fixed

This commit is contained in:
Matthias Jung
2015-06-09 09:02:53 +02:00
parent 8819f9b39c
commit 1eb83cb7f9

View File

@@ -352,6 +352,7 @@ struct Dram: sc_module
}
return len;
}
return 0;
}
void sendToController(tlm_generic_payload& payload, const tlm_phase& phase, const sc_time& delay)