summaryrefslogtreecommitdiff
path: root/plugins/dalvik/fetch.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-02 11:58:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-02 12:39:30 (GMT)
commit1db4ef323b7a76093356ae76268132f3760e1631 (patch)
treefec36ee0ec1b6b2010b62ca4177edca0e31e2114 /plugins/dalvik/fetch.h
parent1bc80837dde03a32b5ab185067f7bd4c499a9850 (diff)
Rewritten the whole instruction definition format.
Diffstat (limited to 'plugins/dalvik/fetch.h')
-rw-r--r--plugins/dalvik/fetch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/dalvik/fetch.h b/plugins/dalvik/fetch.h
index e9ea340..4a9a788 100644
--- a/plugins/dalvik/fetch.h
+++ b/plugins/dalvik/fetch.h
@@ -21,8 +21,8 @@
*/
-#ifndef _ARCH_DALVIK_FETCH_H
-#define _ARCH_DALVIK_FETCH_H
+#ifndef _PLUGINS_DALVIK_FETCH_H
+#define _PLUGINS_DALVIK_FETCH_H
#include <arch/instruction.h>
@@ -53,4 +53,4 @@ static inline void help_fetching_with_dalvik_ifz_instruction(GArchInstruction *i
-#endif /* _ARCH_DALVIK_FETCH_H */
+#endif /* _PLUGINS_DALVIK_FETCH_H */