Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Don't make function call fragments use the the normal fall-through mechanism. #96

Open
pgoodman opened this issue Jan 1, 2015 · 1 comment

Comments

@pgoodman
Copy link
Member

pgoodman commented Jan 1, 2015

This really only applies to non-transparent returns, afaict. I think the return target (i.e. fall-through) of a function call should be handled by something akin to a NonLocalEntryFragment, and perhaps specially marked (i.e. not belonging to the Fragment::successors). This would simplify later things.

@pgoodman
Copy link
Member Author

pgoodman commented Jan 5, 2015

Same for syscalls and interrupt calls.

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

No branches or pull requests

1 participant