| commit | 211f0886c5aeceebacb44e3ae84d6b8f931cedf2 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Wed Nov 03 18:42:18 2010 +0100 |
| committer | Joe Damato <ice799@gmail.com> | Sun Nov 28 20:08:00 2010 -0800 |
| tree | 40431a18c61e38ed816a934b22b7cdc440a9e489 | |
| parent | 280f829ca87ff6b6c3a242a97fcef01d4488d2c8 [diff] [blame] |
Fix output of return arguments in nested calls on x86_64
diff --git a/common.h b/common.h index 20f1a96..753d3dc 100644 --- a/common.h +++ b/common.h
@@ -149,6 +149,7 @@ int is_syscall; void * return_addr; struct timeval time_spent; + void * arch_ptr; }; #define MAX_CALLDEPTH 64