aboutsummaryrefslogtreecommitdiff
path: root/lib/substitute.h
diff options
context:
space:
mode:
authorYifan Lu2016-10-18 22:03:52 -0700
committerYifan Lu2016-10-18 22:03:52 -0700
commitee786dee1c25cf11233f3318bec929d1dc05ae42 (patch)
treecc216a2f2303136709905882802fbbde4802047c /lib/substitute.h
parentMoved slab allocator out of substitute (diff)
downloadsubstitute-ee786dee1c25cf11233f3318bec929d1dc05ae42.tar.gz
Added exemem for Vita
Removed unneeded field for hooks
Diffstat (limited to 'lib/substitute.h')
-rw-r--r--lib/substitute.h2
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;
};