Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131780
b: refs/heads/master
c: aa2f63c
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Tony Luck committed Feb 25, 2009
1 parent 7492793 commit 77c0471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b1ff036d4cde7834ef2f9dbea5747adaaac24e0
refs/heads/master: aa2f63c95439a11dfac35c60d9160dcd0189aed3
2 changes: 1 addition & 1 deletion trunk/arch/ia64/kernel/unwind.c
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,7 @@ unw_remove_unwind_table (void *handle)

/* next, remove hash table entries for this table */

for (index = 0; index <= UNW_HASH_SIZE; ++index) {
for (index = 0; index < UNW_HASH_SIZE; ++index) {
tmp = unw.cache + unw.hash[index];
if (unw.hash[index] >= UNW_CACHE_SIZE
|| tmp->ip < table->start || tmp->ip >= table->end)
Expand Down

0 comments on commit 77c0471

Please sign in to comment.