Skip to content

interpreter: Always print unit and module name in BCO_NAME instruction

Matthew Pickering requested to merge wip/bco_name_improve into master

Currently the BCO_Name instruction is a bit difficult to use since the names are not qualified by the module they come from. When you have a very generic name such as "wildX4", it becomes impossible to work out which module the identifier comes from.

Fixes #25694 (closed)

Merge request reports

Loading