Skip to content

Commit

Permalink
assert cc->call_ != NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1 committed Nov 17, 2021
1 parent 2d1a7be commit 84aba25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm_callinfo.h
Expand Up @@ -332,6 +332,7 @@ static inline vm_call_handler
vm_cc_call(const struct rb_callcache *cc)
{
VM_ASSERT(IMEMO_TYPE_P(cc, imemo_callcache));
VM_ASSERT(cc->call_ != NULL);
return cc->call_;
}

Expand Down

0 comments on commit 84aba25

Please sign in to comment.