| ... | @@ -6,8 +6,8 @@ | ... | @@ -6,8 +6,8 @@ |
| 6 | const std = @import("../../../std.zig"); | 6 | const std = @import("../../../std.zig"); |
| 7 | | 7 | |
| 8 | const in_bpf_program = switch (std.builtin.arch) { | 8 | const in_bpf_program = switch (std.builtin.arch) { |
| 9 | .bpfel, .bpfeb => false, | 9 | .bpfel, .bpfeb => true, |
| 10 | else => true, | 10 | else => false, |
| 11 | }; | 11 | }; |
| 12 | | 12 | |
| 13 | pub const helpers = if (in_bpf_program) @import("helpers.zig") else struct {}; | 13 | pub const helpers = if (in_bpf_program) @import("helpers.zig") else struct {}; |