diff options
Diffstat (limited to 'runtime/sym.h')
-rw-r--r-- | runtime/sym.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/sym.h b/runtime/sym.h index b2fb8ee9..564f4eb2 100644 --- a/runtime/sym.h +++ b/runtime/sym.h @@ -34,6 +34,8 @@ struct _stp_module { /* is unloading. */ unsigned long module; /* XXX: why not struct module * ? */ + unsigned long module_base; + /* the stack unwind data for this module */ void *unwind_data; void *unwind_hdr; |