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

Put callx register into dst #202

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Put callx register into dst #202

merged 3 commits into from
Feb 13, 2024

Commits on Feb 10, 2024

  1. Clang puts callx register into imm not src_reg

    Fix bug pointed out by Will.
    Still waiting to confirm what gcc does.
    
    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    cf08518 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Put callx register into dst_reg not imm or src_reg

    Per latest mailing list discussion at
    https://mailarchive.ietf.org/arch/msg/bpf/Vx1H3ViPUWoGKNssCO22lOIjyXU/
    
    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a3ca008 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0b8929 View commit details
    Browse the repository at this point in the history