Project

General

Profile

« Previous | Next » 

Revision 14845ab4

Added by mame (Yusuke Endoh) over 2 years ago

Ensure that the table size for CACHE_MATCH fits with int

Currently, the keys for CACHE_MATCH are handled as an int type. So we
should make sure the table size are smaller than the range of int.