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

i#7132: Disable instr_length DEBUG_ASSERT on 32-bit ARM. #7184

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

egrimley-arm
Copy link
Contributor

Until i#4016 is fixed, on 32-bit ARM a 4-byte T32 instruction may turn into a 2-byte instruction when decoded and then reencoded.

Fixes: #7132

Until i#4016 is fixed, on 32-bit ARM a 4-byte T32 instruction may turn
into a 2-byte instruction when decoded and then reencoded.

Fixes: #7132

Change-Id: I342656a833b3221848897d0516705a359552bc39
@egrimley-arm egrimley-arm merged commit 51ccee3 into master Jan 13, 2025
17 checks passed
@egrimley-arm egrimley-arm deleted the i7132-instr-length branch January 13, 2025 18:07
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.

ASSERT FAILURE: .../raw2trace.cpp:3056: *pc - desc->pc_ == instr_length(dcontext, instr) ()
2 participants