X64: Fix R8 unused compile warning

This commit is contained in:
Katy Coe
2020-06-16 23:07:42 +02:00
parent 89b3c2b3aa
commit d16db6f1f5

View File

@@ -102,7 +102,7 @@ namespace Il2CppInspector
var pushSize = 2; // the length of a PUSH instruction with a 64-bit register
var offset = 0;
int RAX = 0, RBX = 3, RCX = 1, RDX = 2, RSI = 6, RDI = 7, R8 = 8;
int RAX = 0, RBX = 3, RCX = 1, RDX = 2, RSI = 6, RDI = 7; // R8 = 8
ulong pCgr = 0; // the point to the code registration function