diff options
author | Yifan Lu | 2016-10-18 22:03:52 -0700 |
---|---|---|
committer | Yifan Lu | 2016-10-18 22:03:52 -0700 |
commit | ee786dee1c25cf11233f3318bec929d1dc05ae42 (patch) | |
tree | cc216a2f2303136709905882802fbbde4802047c /lib/substitute.h | |
parent | Moved slab allocator out of substitute (diff) | |
download | substitute-ee786dee1c25cf11233f3318bec929d1dc05ae42.tar.gz |
Added exemem for Vita
Removed unneeded field for hooks
Diffstat (limited to '')
-rw-r--r-- | lib/substitute.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/substitute.h b/lib/substitute.h index 224fd04..becf4b0 100644 --- a/lib/substitute.h +++ b/lib/substitute.h @@ -98,8 +98,6 @@ struct substitute_function_hook { /* Currently unused; pass 0. (Protip: When using C {} struct initializer * syntax, you can just omit this.) */ int options; - /* If not zero, then assume the actual address of function is func_addr */ - uintptr_t func_addr; /* Any platform specific auxiliary data */ void *opt; }; |