From 04fb7ca9d34b0ec41c4ebea4c39403d4a4247bab Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Thu, 12 Sep 2024 23:02:38 +0200 Subject: [PATCH] VirtualMachine: do not qualify the platform on FreeBSD Linux NaCl loader si executed in FreeBSD linuxulator and the platform qualification will fail. --- src/engine/framework/VirtualMachine.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/engine/framework/VirtualMachine.cpp b/src/engine/framework/VirtualMachine.cpp index ca127424dd..869c892e40 100644 --- a/src/engine/framework/VirtualMachine.cpp +++ b/src/engine/framework/VirtualMachine.cpp @@ -280,6 +280,19 @@ static std::pair CreateNaClVM(std::pair