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#3320: Fix type_is_instr assert in drcachesim #3859

Merged
merged 2 commits into from
Sep 27, 2019

Conversation

derekbruening
Copy link
Contributor

The type_is_instr() function deliberately excludes
TRACE_TYPE_INSTR_NO_FETCH, yet we can have a bundle preceded by a
no-fetch instruction. We relax the assert in the reader to reflect
this.

Fixes #3320

The type_is_instr() function deliberately excludes
TRACE_TYPE_INSTR_NO_FETCH, yet we can have a bundle preceded by a
no-fetch instruction.  We relax the assert in the reader to reflect
this.

Fixes #3320
@derekbruening
Copy link
Contributor Author

So the arm tests are running for devs but the "run arm tests" trigger is not working it seems.

Copy link

@hgreving2304 hgreving2304 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

@derekbruening derekbruening merged commit 75b13f2 into master Sep 27, 2019
@derekbruening derekbruening deleted the i3320-type-is-instr branch September 27, 2019 18:44
ofry pushed a commit to ofry/dynamorio that referenced this pull request Sep 29, 2019
The type_is_instr() function deliberately excludes
TRACE_TYPE_INSTR_NO_FETCH, yet we can have a bundle preceded by a
no-fetch instruction.  We relax the assert in the reader to reflect
this.

Fixes DynamoRIO#3320
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants