From 1468340b87d0ed768cfb908d4b4ff84da2cd55bb Mon Sep 17 00:00:00 2001 From: johnche Date: Wed, 31 Jan 2024 12:44:14 +0800 Subject: [PATCH] =?UTF-8?q?[unity]=E5=A2=9E=E5=8A=A0=E5=BE=97=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E4=BD=BF=E7=94=A8BOEHM=20GC=E7=9A=84=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../upm/Editor/Resources/puerts/xil2cpp/Puerts_il2cpp.cpp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity/Assets/core/upm/Editor/Resources/puerts/xil2cpp/Puerts_il2cpp.cpp.txt b/unity/Assets/core/upm/Editor/Resources/puerts/xil2cpp/Puerts_il2cpp.cpp.txt index ccaef20e05..57669b092a 100644 --- a/unity/Assets/core/upm/Editor/Resources/puerts/xil2cpp/Puerts_il2cpp.cpp.txt +++ b/unity/Assets/core/upm/Editor/Resources/puerts/xil2cpp/Puerts_il2cpp.cpp.txt @@ -34,7 +34,7 @@ #include #include -// Because we need to hold the pointer, we must ensure that GC does not do memory reorganization. +// Because we need to hold the C# object pointer, we must ensure that GC does not do memory reorganization. static_assert(IL2CPP_GC_BOEHM, "Only BOEHM GC supported!"); using namespace il2cpp::vm;