Closed GoogleCodeExporter closed 9 years ago
VM_ASSERT is not sufficient in here. VM_ASSERT disappears in non-debug versions.
CASE(MAKE_VECTOR)
{
const Object n = pop();
VM_ASSERT(n.isFixnum());
ac_ = Object::makeVector(n.toFixnum(), ac_);
NEXT1;
}
Original comment by oku...@gmail.com
on 18 Jun 2010 at 8:18
Fixed. thanks.
Original comment by hige...@gmail.com
on 18 Jun 2010 at 11:21
Original issue reported on code.google.com by
hige...@gmail.com
on 4 Jun 2010 at 10:42