Merge branch 'master' of github.com:micropython/micropython

This commit is contained in:
Damien George 2014-03-30 00:03:41 +00:00
commit d54b8a4789
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ dispatch_loop:
// on value stack)
assert(exc_sp >= exc_stack);
assert(exc_sp->opcode == MP_BC_SETUP_WITH);
exc_sp--;
POP_EXC_BLOCK();
PUSH(mp_const_none);
}
} else {