correct method parameter names with debugging

This commit is contained in:
Volker Berlin 2022-03-19 20:05:29 +01:00
parent b11ad30ecb
commit 3e4d1794a4

View File

@ -606,6 +606,9 @@ public class BinaryModuleWriter extends ModuleWriter implements InstructionOpcod
}
functionType = new FunctionTypeEntry();
locals.clear();
if( function.paramNames != null ) {
function.paramNames.clear();
}
}
/**