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

SPARC: jmpl and return in user trap handler #6285

Open
mumbel opened this issue Mar 7, 2024 · 0 comments
Open

SPARC: jmpl and return in user trap handler #6285

mumbel opened this issue Mar 7, 2024 · 0 comments
Assignees
Labels
Feature: Processor/Sparc Status: Triage Information is being gathered

Comments

@mumbel
Copy link
Contributor

mumbel commented Mar 7, 2024

Describe the bug
jmpl and return are both delayed execution instructions; however, they are an instruction group used in user trap handlers. See A.45 RETURN programming note ex:

jmpl %16,%g0
return %17

Just running into this with disassembly, not sure what the sleigh would need to do, just causes a lot of un-disassembled code and error bookmarks.

Environment (please complete the following information):

  • OS: win10
  • Java Version: 17.0.5
  • Ghidra Version: 11.0
  • Ghidra Origin: official

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Processor/Sparc Status: Triage Information is being gathered
Projects
None yet
Development

No branches or pull requests

4 participants