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

Debugger: Disable pseudo ops #11105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Debugger: Disable pseudo ops #11105

wants to merge 1 commit into from

Conversation

F0bes
Copy link
Member

@F0bes F0bes commented Apr 18, 2024

Description of Changes

Disassembly is a pain point. There are multiple disassembler interfaces, and the "good" one we don't even use properly.
I've disabled another heuristic to prevent pseudo ops like li,

Rationale behind Changes

Fixes: #10702

Suggested Testing Steps

See if pseudo instructions such as li shows up in the disassembly widget, or in the breakpoint listing.

I did not see any conflicts with #10224, to be really sure though, maybe merge that pr first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: Disassembler still displays li pseudo-instruction
1 participant