Browse Source
libopcodes currently reports out-of-range registers as a general AARCH64_OPDE_OTHER_ERROR. However, this means that each register range needs its own hard-coded string, which is a bit cumbersome if the range is determined programmatically. This patch therefore adds a dedicated error type for out-of-range errors.users/aburgess/try-core-file-pid0
3 changed files with 31 additions and 7 deletions
Loading…
Reference in new issue