FRIDA: Fix previous_pc constant (#988)
Co-authored-by: Your Name <you@example.com>
This commit is contained in:
parent
f27ca843e1
commit
266677bb88
@ -166,7 +166,7 @@ impl CoverageRuntime {
|
|||||||
|
|
||||||
// Update the previous_pc value
|
// Update the previous_pc value
|
||||||
; mov rax, QWORD prev_loc_ptr as *mut u64 as _
|
; mov rax, QWORD prev_loc_ptr as *mut u64 as _
|
||||||
; mov ebx, WORD h64 as i32
|
; mov ebx, WORD (h64 >> 1) as i32
|
||||||
; mov QWORD [rax], rbx
|
; mov QWORD [rax], rbx
|
||||||
|
|
||||||
// Restore the context
|
// Restore the context
|
||||||
|
Loading…
x
Reference in New Issue
Block a user