Created
April 21, 2017 04:53
-
-
Save hadashiA/e83edeefaef3fe7eab61cf03bfede3c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// System.Void System.GC::Collect() | |
extern "C" void GC_Collect_m2249328497 (Il2CppObject * __this /* static, unused */, const MethodInfo* method) | |
{ | |
{ | |
int32_t L_0 = GC_get_MaxGeneration_m1986243316(NULL /*static, unused*/, /*hidden argument*/NULL); | |
GC_InternalCollect_m479047119(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); | |
return; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment