Overlay: Add missing overlay[caller?] annotation

This commit is contained in:
Kasper Svendsen
2025-06-27 10:50:28 +02:00
parent da1b99b921
commit 5096ce405f

View File

@@ -440,6 +440,7 @@ private module CustomGuardInput implements Guards_v2::CustomGuardInputSig {
}
/** Holds if arguments at position `apos` match parameters at position `ppos`. */
overlay[caller?]
pragma[inline]
predicate parameterMatch(ParameterPosition ppos, ArgumentPosition apos) { ppos = apos }