summaryrefslogtreecommitdiff
path: root/src/format/dex/dex_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dex/dex_def.h')
-rwxr-xr-xsrc/format/dex/dex_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/dex/dex_def.h b/src/format/dex/dex_def.h
index 09496b6..ea2cd60 100755
--- a/src/format/dex/dex_def.h
+++ b/src/format/dex/dex_def.h
@@ -250,7 +250,7 @@ typedef struct _encoded_catch_handler
* structure efface la représentation physique, on conserve en mémoire
* le décalage rencontré à la lecture dans un champ artificiel.
*/
- off_t offset; /* Position dans le binaire */
+ phys_t offset; /* Position dans le binaire */
} encoded_catch_handler;