You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the build fails with lots of errors like:
error[E0609]: no field `rax` on type `&user_regs_struct`
--> src/main.rs:326:43
|
326 | syscall.errno = errno_check(registers.rax);
| ^^^ unknown field
|
= note: available fields are: `regs`, `sp`, `pc`, `pstate`
Edit: Just noticed this in your readme
intentrace currently only supports x86-64, given that the program is currently in beta, PRs for cross compatibility will unfortunately not be accepted until the program is stable enough.
I guess this can be considered a tracking issue then. We'll see how many potential users chime in.
Note, we found this while packaging intentrace for nixpkgs/NixOS: NixOS/nixpkgs#354843
The text was updated successfully, but these errors were encountered:
Currently, the build fails with lots of errors like:
Edit: Just noticed this in your readme
I guess this can be considered a tracking issue then. We'll see how many potential users chime in.
Note, we found this while packaging intentrace for nixpkgs/NixOS: NixOS/nixpkgs#354843
The text was updated successfully, but these errors were encountered: