comment out an assertion

This commit is contained in:
Yuichi Nishiwaki 2014-07-29 16:01:12 +09:00
parent 48b5d6b578
commit 83ba9af7aa
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ pic_pop_try(pic_state *pic)
try_jmp = pic->try_jmps + --pic->try_jmp_idx;
assert(pic->jmp == &try_jmp->here);
/* assert(pic->jmp == &try_jmp->here); */
pic->ci = try_jmp->ci_offset + pic->cibase;
pic->sp = try_jmp->sp_offset + pic->stbase;