reverse builtin instructions

This commit is contained in:
Mark Thom
2018-02-02 17:10:57 -07:00
parent 9c2e8dfd72
commit 23f81946c5
2 changed files with 4 additions and 6 deletions

View File

@@ -494,8 +494,6 @@ fn compile_decl<'a, 'b: 'a>(wam: &'a mut Machine, tl: &'b TopLevel, queue: &'b V
return EvalSession::from(e);
};
print_code(&code);
if !code.is_empty() {
if let Some(name) = tl.name() {
wam.add_user_code(name, tl.arity(), code)