*fixed a parameter lookup bug when namespacing disabled.

This commit is contained in:
Wang Renxin 2017-02-12 15:47:33 +08:00
parent 2dcc6f9944
commit 7122605419

View File

@ -5447,6 +5447,8 @@ _end_import:
#else /* MB_ENABLE_MODULE */
ptr = (intptr_t)glbsyminscope->data;
memcpy(*value, &ptr, sizeof(intptr_t));
if(ptr == (intptr_t)_core_def)
_begin_routine_definition(s);
#endif /* MB_ENABLE_MODULE */
result = _DT_FUNC;