diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-12-08 18:34:04 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-12-08 18:34:04 (GMT) |
commit | a07282d2f96ad99c9e280f139a63757b34a23695 (patch) | |
tree | e1937a6f79f62e02dc7f0c2edc49477da609a248 | |
parent | 2c33301f914d19516f8a107033a5dd7a97d70d07 (diff) |
Typo.
-rw-r--r-- | plugins/dalvik/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dalvik/context.h b/plugins/dalvik/context.h index f09cfa6..1954b1e 100644 --- a/plugins/dalvik/context.h +++ b/plugins/dalvik/context.h @@ -58,7 +58,7 @@ GType g_dalvik_context_get_type(void); GDalvikContext *g_dalvik_context_new(void); /* Mémorise une zone comme étant des données de branchements. */ -bool g_dalvik_context_register_switch_data(GDalvikContext *ctx, const vmpa2t *start, phys_t length); +bool g_dalvik_context_register_switch_data(GDalvikContext *, const vmpa2t *, phys_t); /* Mémorise une zone comme étant des données d'un tableau. */ bool g_dalvik_context_register_array_data(GDalvikContext *, const vmpa2t *, uint16_t, phys_t); |