Skip to content

Commit 1ae3096

Browse files
author
Your Name
committed
Simplify
1 parent 6cfed37 commit 1ae3096

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

accel/tcg/translate-all.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ void HELPER(afl_maybe_log)(target_ulong cur_loc) {
9696
}
9797

9898
void HELPER(afl_maybe_log_trace)(target_ulong cur_loc) {
99-
register uintptr_t afl_idx = cur_loc;
100-
INC_AFL_AREA(afl_idx);
99+
INC_AFL_AREA(cur_loc);
101100
}
102101

103102
static target_ulong pc_hash(target_ulong x) {

0 commit comments

Comments
 (0)