diff --git a/Sources/Target/POSIX/ELFProcess.cpp b/Sources/Target/POSIX/ELFProcess.cpp index 28752443..ebcc8a60 100644 --- a/Sources/Target/POSIX/ELFProcess.cpp +++ b/Sources/Target/POSIX/ELFProcess.cpp @@ -191,7 +191,7 @@ EnumerateLinkMap(ELFProcess *process, Address addressToDPtr, // Android and FreeBSD don't have a definition for LAV_CURRENT so we skip this // check. #if defined(LAV_CURRENT) - if (debug.version != LAV_CURRENT) { + if (debug.version > LAV_CURRENT) { return kErrorUnsupported; } #endif