Changeset 928 for branches/reconfiguration
- Timestamp:
- Jan 23, 2015, 11:16:09 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/modules/vci_cc_vcache_wrapper/caba/source/src/vci_cc_vcache_wrapper.cpp
r924 r928 30 30 #include <cassert> 31 31 #include <signal.h> 32 #include <limits> 32 33 33 34 #include "arithmetics.h" … … 842 843 843 844 // Reset watchdog timer threshold to max value 844 r_dcache_wdt_max = UINT32_MAX;845 r_dcache_wdt_max = std::numeric_limits<uint32_t>::max(); 845 846 r_dcache_wdt_timeout = 0; 846 847
Note: See TracChangeset
for help on using the changeset viewer.