We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defa979 commit 7189350Copy full SHA for 7189350
kernel/daoOptimizer.c
@@ -6069,7 +6069,7 @@ int DaoInferencer_DoInference( DaoInferencer *self )
6069
if( data->type == DAO_NONE ) goto NotPermit;
6070
if( data->xBase.subtype == DAO_OBJECT_VARIABLE && at->tid ==DAO_CLASS ) goto NeedInstVar;
6071
if( data->type != DAO_CONSTANT || data->xConst.value->type != DAO_ROUTINE ) goto NotMatch;
6072
- meth = (DaoRoutine*) value->xConst.value;
+ meth = (DaoRoutine*) data->xConst.value;
6073
break;
6074
case DAO_INTERFACE :
6075
node = DMap_Find( at->aux->xInterface.methods, mbs );
0 commit comments