mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 05:47:31 +02:00
Some more cppcheck cleanup/updates
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001-2013 Stephen Williams ([email protected])
|
||||
* Copyright (c) 2001-2014 Stephen Williams ([email protected])
|
||||
*
|
||||
* This source code is free software; you can redistribute it
|
||||
* and/or modify it in source code form under the terms of the GNU
|
||||
@@ -379,7 +379,7 @@ static vpiHandle sysfunc_put_4net_value(vpiHandle ref, p_vpi_value vp, int)
|
||||
break;
|
||||
|
||||
default:
|
||||
fprintf(stderr, "XXXX format=%d, vwid=%u\n", (int)vp->format,
|
||||
fprintf(stderr, "XXXX format=%d, vwid=%d\n", (int)vp->format,
|
||||
rfp->vwid);
|
||||
assert(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user