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

UNDEFINED statement in ASL #4

Open
JamesP797 opened this issue Oct 27, 2022 · 1 comment
Open

UNDEFINED statement in ASL #4

JamesP797 opened this issue Oct 27, 2022 · 1 comment

Comments

@JamesP797
Copy link

Some instructions hit an UNDEFINED statement in ASL. Unsure as to why this occurs.

  • aarch64_branch_unconditional_dret: 0xd6bf03e0
  • aarch64_branch_unconditional_eret: 0xd69f03e0
@ncough
Copy link
Collaborator

ncough commented Oct 31, 2022

These instructions are undefined in user-space. We probably don't have to worry about them for now.
Might be a good idea to convert UNDEFINED into assert false or something along those lines.

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

No branches or pull requests

2 participants