assert cc->call_ != NULL
This commit is contained in:
parent
2d1a7bed03
commit
84aba25031
Notes:
git
2021-11-17 22:22:05 +09:00
@ -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_;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user