Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rasm2 infinite loop for -D option.
The fix in commit d843506 was checking for ret < 0, but as ret is initialized with 0 rasm -D would always finish after a single instruction. This commit reverts to the previous commit and adds a check to see if the end of the buffer was reached.
- Loading branch information