summaryrefslogtreecommitdiff
path: root/src/debug/jdwp/misc/id.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/jdwp/misc/id.c')
-rw-r--r--src/debug/jdwp/misc/id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/jdwp/misc/id.c b/src/debug/jdwp/misc/id.c
index 84d1c93..5e2ba3d 100644
--- a/src/debug/jdwp/misc/id.c
+++ b/src/debug/jdwp/misc/id.c
@@ -114,7 +114,7 @@ bool _get_jdwp_dynsized_id(const bin_t *blob, off_t *pos, off_t len, uint32_t si
switch (size)
{
case 1:
- if (!read_u8(&id8, blob, pos, len, SRE_BIG))
+ if (!read_u8(&id8, blob, pos, len))
return false;
*id = (jdwp_dynsized_id)id8;
break;