From c28188618bd1dc536683b316767faa18d738913d Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 8 Dec 2014 10:42:29 -0800 Subject: [PATCH] File example vvp code so make check passes. --- vvp/examples/hello.vvp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vvp/examples/hello.vvp b/vvp/examples/hello.vvp index 78cf1e5d4..4d9dd98e6 100644 --- a/vvp/examples/hello.vvp +++ b/vvp/examples/hello.vvp @@ -1,6 +1,6 @@ :vpi_module "system"; -; Copyright (c) 2001-2008 Stephen Williams (steve@icarus.com) +; Copyright (c) 2001-2014 Stephen Williams (steve@icarus.com) ; ; This source code is free software; you can redistribute it ; and/or modify it in source code form under the terms of the GNU @@ -31,7 +31,7 @@ main .scope module, "main"; code - %vpi_call 0 0 "$display", "Hello, World." {0 0}; + %vpi_call 0 0 "$display", "Hello, World." {0 0 0}; %end; .thread code; :file_names 2;