Merge pull request #2274 from esdrubal/udpclientreceive
[mono.git] / mono / mini / tramp-arm.c
index 37e75c9d01ef90396a0ee0a7f38224a7b1c8452f..22030a29885168b536b6eb372ba3cb184374a03c 100644 (file)
@@ -231,6 +231,7 @@ mono_arch_create_generic_trampoline (MonoTrampolineType tramp_type, MonoTrampInf
                 * preceeding the got slot where the value is stored. The offset can be
                 * found at [lr + 0].
                 */
+               /* See if emit_trampolines () in aot-compiler.c for the '2' */
                if (aot == 2) {
                        ARM_MOV_REG_REG (code, ARMREG_V2, ARMREG_R1);
                } else {