| author | |
| committer | |
| log | 4a27d2aac673751142b16ab78434c6978311e706 |
| tree | c00a421de9af2f7c6a4c90bd8d86c5873f500e15 |
| parent | a85f41ec2c38eff7e64ba32c76c5a60b48274a8a |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/linux/bpf.zig+1-1| ... | ... | @@ -458,7 +458,7 @@ pub const Insn = packed struct { |
| 458 | 458 | else |
| 459 | 459 | ImmOrReg{ .imm = src }; |
| 460 | 460 | |
| 461 | const src_type = switch (imm_or_reg) { | |
| 461 | const src_type: u8 = switch (imm_or_reg) { | |
| 462 | 462 | .imm => K, |
| 463 | 463 | .reg => X, |
| 464 | 464 | }; |