From 12593eed7d1063f76f5cf5f710c7b1c899c48b44 Mon Sep 17 00:00:00 2001 From: def Date: Mon, 12 Jan 2015 23:04:53 +0100 Subject: [PATCH] Make nimeval compile --- compiler/nimeval.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/nimeval.nim b/compiler/nimeval.nim index 5693cbe915..197e8bf86d 100644 --- a/compiler/nimeval.nim +++ b/compiler/nimeval.nim @@ -24,7 +24,7 @@ proc execute*(program: string) = when hasFFI: defineSymbol("nimffi") registerPass(verbosePass) registerPass(semPass) - registerPass(vmPass) + registerPass(evalPass) appendStr(searchPaths, options.libpath) compileSystemModule()