Skip to content
Commit cc64cc17 authored by Matt Kopec's avatar Matt Kopec
Browse files

Fix the thread jump test case for 32-bit inferiors. A jump was going back to a...

Fix the thread jump test case for 32-bit inferiors. A jump was going back to a function call using a source line number. However, the parameters being passed to the function were setup before the instruction we jumped to. In other words, the source line was associated with assembly after the function parameters had been setup for the function to be called.

llvm-svn: 191457
parent bb5c5f82
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment