From 2434ac8c0da3151c4c72ce8c86a9fecbdfcb1f8d Mon Sep 17 00:00:00 2001 From: olpc user Date: Sun, 5 Jan 2020 13:19:08 -0800 Subject: runs without crashing, runtime errors next --- starts/meaning-vm/level2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starts/meaning-vm/level2.cpp') diff --git a/starts/meaning-vm/level2.cpp b/starts/meaning-vm/level2.cpp index e3a7ab9..c8080e6 100644 --- a/starts/meaning-vm/level2.cpp +++ b/starts/meaning-vm/level2.cpp @@ -575,7 +575,7 @@ void parse(ref stream) if (values.count(argname.name())) { neededmap.link(arg, argname); } else { - knownmap.link(arg, lookup(argname.get("name"))); + knownmap.link(arg, lookup(argname)); } } dealloc(stream2, intellect::level0::concepts::allocations()); -- cgit v1.2.3