aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/prog_array_init.c
diff options
context:
space:
mode:
authorHardevsinh Palaniya <[email protected]>2024-11-13 19:11:18 +0530
committerVineet Gupta <[email protected]>2024-12-10 10:12:56 -0800
commit7dd9eb6ba88964b091b89855ce7d2a12405013af (patch)
treea16ba8c4becc929d71a7611f0b4f5b2de20330db /tools/testing/selftests/bpf/prog_tests/prog_array_init.c
parent4d93ffe661ff59d2d66231b4054fe9c9658bd16c (diff)
ARC: bpf: Correct conditional check in 'check_jmp_32'
The original code checks 'if (ARC_CC_AL)', which is always true since ARC_CC_AL is a constant. This makes the check redundant and likely obscures the intention of verifying whether the jump is conditional. Updates the code to check cond == ARC_CC_AL instead, reflecting the intent to differentiate conditional from unconditional jumps. Suggested-by: Vadim Fedorenko <[email protected]> Reviewed-by: Vadim Fedorenko <[email protected]> Acked-by: Shahab Vahedi <[email protected]> Signed-off-by: Hardevsinh Palaniya <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions