commit | 8dcbc611f0fcbcc196dc96e0f833181df0d80242 | [log] [tgz] |
---|---|---|
author | Guo Ren <[email protected]> | Thu Jan 14 07:54:37 2021 +0000 |
committer | Guo Ren <[email protected]> | Sat Feb 27 16:34:50 2021 +0800 |
tree | 36ffa14dadd0aac44c9c69a44c81752e0c3334cb | |
parent | af94002bda1d94f667706b6369ca1e718f32a072 [diff] |
csky: kprobe: Fixup code in simulate without 'long' The type of 'val' is 'unsigned long' in simulate_blz32, so 'val < 0' can't be true. Cast 'val' to 'long' here to determine branch token or not, Fixup instructions: bnezad32, bhsz32, bhz32, blsz32, blz32 Link: https://lore.kernel.org/linux-csky/CAJF2gTQjKXR9gpo06WAWG1aquiT87mATiMGorXs6ChxOxoe90Q@mail.gmail.com/T/#t Signed-off-by: Guo Ren <[email protected]> Co-developed-by: Menglong Dong <[email protected]> Signed-off-by: Menglong Dong <[email protected]>