Fix libafl-jumper for powerpc (#2866)
This commit is contained in:
parent
51d371acba
commit
f2eefeb52a
@ -55,7 +55,7 @@ pub unsafe extern "C" fn libafl_jmp(target: *mut c_void) -> ! {
|
||||
options(noreturn)
|
||||
);
|
||||
|
||||
#[cfg(target_arch = "hexagon")]
|
||||
#[cfg(any(target_arch = "powerpc", target_arch = "powerpc64"))]
|
||||
asm!(
|
||||
"b {target}", // Branch instruction (PowerPC)
|
||||
target = in(reg) target,
|
||||
|
Loading…
x
Reference in New Issue
Block a user