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

Fix disassembly navigation #593

Merged
merged 3 commits into from
Jan 16, 2024
Merged

Fix disassembly navigation #593

merged 3 commits into from
Jan 16, 2024

Conversation

lievenhey
Copy link
Contributor

fixes: #591

In case of the disassembly view it doesn't make sense to calculate the
line number since every instruction can have a different length. So I
moved the calculcation to the model. This way I can implement two
different versions, one for source code and one for the disassembly.
@lievenhey lievenhey merged commit ad427ba into master Jan 16, 2024
23 checks passed
@lievenhey lievenhey deleted the fix-disassembly-navigation branch January 16, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

source view with strange "Util" context menu
2 participants