diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-03 13:34:22 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-03 13:34:22 +0000 |
commit | dc494c17e32d0921a4f863f395d6345ce42543a7 (patch) | |
tree | 71a5643491d464d45877595aaa08a58911aa7820 /cad/iverilog/files | |
parent | 3d5ebdecc948eb890644eb242a6bf17acb3cd59a (diff) |
Notes
Diffstat (limited to 'cad/iverilog/files')
-rw-r--r-- | cad/iverilog/files/patch-PExpr.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/iverilog/files/patch-PExpr.h b/cad/iverilog/files/patch-PExpr.h new file mode 100644 index 000000000000..90c8212cef47 --- /dev/null +++ b/cad/iverilog/files/patch-PExpr.h @@ -0,0 +1,11 @@ +--- PExpr.h.orig Mon Oct 2 20:26:17 2006 ++++ PExpr.h Mon Oct 2 20:26:23 2006 +@@ -324,7 +324,7 @@ + virtual NetEConst*elaborate_expr(Design*des, NetScope*, + bool sys_task_arg =false) const; + virtual NetEConst*elaborate_pexpr(Design*des, NetScope*sc) const; +- verinum* PEString::eval_const(const Design*, const NetScope*) const; ++ verinum* eval_const(const Design*, const NetScope*) const; + + virtual bool is_constant(Module*) const; + |