From 1eb83cb7f9c343fcdc34e8c9c45954bbf6256577 Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Tue, 9 Jun 2015 09:02:53 +0200 Subject: [PATCH] small warning fixed --- dram/src/simulation/Dram.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dram/src/simulation/Dram.h b/dram/src/simulation/Dram.h index 7e6fb77f..4ea9f459 100644 --- a/dram/src/simulation/Dram.h +++ b/dram/src/simulation/Dram.h @@ -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)