Fix GTKWave register warning, bug1421.

This commit is contained in:
Wilson Snyder 2019-04-29 05:28:30 -04:00
parent 681e91f9d8
commit 274b2002c2
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@ The contributors that suggested a given feature are shown in []. Thanks!
**** Fix test problems when missing fst2vcd, bug1417. [Todd Strader]
**** Fix GTKWave register warning, bug1421. [Pieter Kapsenberg]
* Verilator 4.012 2019-3-23

View File

@ -248,7 +248,7 @@ static const int LZ4_minLength = (MFLIMIT+1);
/**************************************
* Common functions
**************************************/
static unsigned LZ4_NbCommonBytes (register size_t val)
static unsigned LZ4_NbCommonBytes (size_t val)
{
if (LZ4_isLittleEndian())
{