summaryrefslogtreecommitdiff
path: root/src/debug/jdwp/misc/location.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/jdwp/misc/location.c')
-rw-r--r--src/debug/jdwp/misc/location.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/jdwp/misc/location.c b/src/debug/jdwp/misc/location.c
index d4357dd..66f009f 100644
--- a/src/debug/jdwp/misc/location.c
+++ b/src/debug/jdwp/misc/location.c
@@ -47,7 +47,7 @@
bool get_jdwp_location(const bin_t *blob, off_t *pos, off_t len, const jdwp_cmd_vm_id_sizes_reply *sizes, jdwp_location *loc)
{
- if (!read_u8(&loc->tag, blob, pos, len, SRE_BIG))
+ if (!read_u8(&loc->tag, blob, pos, len))
return false;
if (!get_jdwp_class_id(blob, pos, len, sizes, &loc->class_id))