Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Browse Source
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 97550d2
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/28/15 12:57:39 (
9 years
ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
625d5f9
Parents:
14e2ab9
git-author:
Hal Finkel <hfinkel@…> (05/28/15 12:57:39)
git-committer:
Hal Finkel <hfinkel@…> (05/28/15 12:57:39)
Message:
some extra portability, perhaps, by using
builtin_extract_return_addr
File:
1 edited
memlog.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
memlog.c
r14e2ab9
r97550d2
68
68
69
69
int found_caller = 0;
70
caller = __builtin_extract_return_addr(caller);
70
71
for (int pci = 0; pci < num_pcs; ++pci) {
71
72
intptr_t pc = (intptr_t) pcs[pci];
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive