From 1c7a7d0c41ea737130041d0f784213fca073db4d Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Wed, 6 Jul 2022 12:22:50 +0000 Subject: [PATCH] [vm/ffi] Fix reference in comment The comment was referencing a non-existent function. TEST=just a comment update Change-Id: I516debc58addb42d80775223625b0b2088c230d2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/250740 Reviewed-by: Tess Strickland Commit-Queue: Daco Harkes --- sdk/lib/_internal/vm/lib/ffi_patch.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/lib/_internal/vm/lib/ffi_patch.dart b/sdk/lib/_internal/vm/lib/ffi_patch.dart index be501048a85..9035da03ee7 100644 --- a/sdk/lib/_internal/vm/lib/ffi_patch.dart +++ b/sdk/lib/_internal/vm/lib/ffi_patch.dart @@ -80,8 +80,8 @@ int sizeOf() { external Pointer _fromAddress(int ptr); // The real implementation of this function (for interface calls) lives in -// BuildFfiAsFunctionCall in the Kernel frontend. No calls can actually reach -// this function. +// BuildFfiAsFunctionInternal in the Kernel frontend. No calls can actually +// reach this function. @pragma("vm:recognized", "other") @pragma("vm:external-name", "Ffi_asFunctionInternal") external DS _asFunctionInternal(