Skip to content

Add assertions to InsnList for easier debugging

Alexey requested to merge xdark/asm:list_assertions into master

This change adds some assertions to InsnList to to make it easier for developers to find bugs in their libraries and applications, for example, by running unit tests with -ea flag.

Merge request reports