diff --git a/include/swift/Runtime/RuntimeFunctions.def b/include/swift/Runtime/RuntimeFunctions.def index 503f2d4faee21..9e932d6e840bc 100644 --- a/include/swift/Runtime/RuntimeFunctions.def +++ b/include/swift/Runtime/RuntimeFunctions.def @@ -2099,7 +2099,7 @@ FUNCTION(Free, c, free, C_CC, AlwaysAvailable, NO_ATTRS, EFFECT(Deallocating), UNKNOWN_MEMEFFECTS) -FUNCTION(CoroFrameAlloc, c, swift_coroFrameAlloc, C_CC, AlwaysAvailable, +FUNCTION(CoroFrameAlloc, Swift, swift_coroFrameAlloc, C_CC, AlwaysAvailable, RETURNS(Int8PtrTy), ARGS(SizeTy, Int64Ty), NO_ATTRS,