From 438605fad5f56bab6495178eaa786d230b62c078 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 31 Oct 2001 03:07:11 +0000 Subject: [PATCH] Account for new scope type syntax on scope. --- vvp/examples/hello.vvp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vvp/examples/hello.vvp b/vvp/examples/hello.vvp index 1a12e74d2..f61db8aa3 100644 --- a/vvp/examples/hello.vvp +++ b/vvp/examples/hello.vvp @@ -28,7 +28,7 @@ ; This tests that a simple %vpi_call works properly. This is very nearly ; the mode trivial VVP source file that can generate any output. -main .scope "main"; +main .scope module, "main"; code %vpi_call "$display", "Hello, World.";