Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rasm2 fix for -D #11

Merged
merged 1 commit into from
Aug 30, 2012
Merged

rasm2 fix for -D #11

merged 1 commit into from
Aug 30, 2012

Commits on Aug 30, 2012

  1. 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.
    Rodrigo Chiossi committed Aug 30, 2012
    Configuration menu
    Copy the full SHA
    f723d8c View commit details
    Browse the repository at this point in the history