Skip to content

Commit 10b6055

Browse files
committed
fix: compilation
1 parent d713347 commit 10b6055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coregrind/m_debuginfo/inltab_lookup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Bool VG_(inltab_lookup_get)(VgHashTable *ht, Addr addr, Word *inl_idx,
108108
if (idx >= 0) {
109109
/* Found via binary search, cache it for future lookups */
110110
*inl_idx = idx;
111-
VG_(inltab_lookup_insert)(lookup_table, addr, idx);
111+
VG_(inltab_lookup_insert)(ht, addr, idx);
112112
return True;
113113
}
114114

0 commit comments

Comments
 (0)