Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generalize the native index fix to all instructions
It is possible to use natives in any instructions and their name should evaluate to a native table index. But the patch in the previous commit (bb4163e) affected only SYSREQ.C instructions, thus using natives with other instructions (for example, with CONST.pri) would still result in an incorrect index.
- Loading branch information