Skip to content

Commit ed75252

Browse files
committed
Unreviewed, annotate executeJSCJITProbe with REFERENCED_FROM_ASM WTF_INTERNAL
* assembler/ProbeContext.h: Canonical link: https://commits.webkit.org/241223@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281911 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 41bdcb7 commit ed75252

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Source/JavaScriptCore/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2021-09-02 Yusuke Suzuki <[email protected]>
2+
3+
Unreviewed, annotate executeJSCJITProbe with REFERENCED_FROM_ASM WTF_INTERNAL
4+
5+
* assembler/ProbeContext.h:
6+
17
2021-09-02 Mark Lam <[email protected]>
28

39
Add more support for JIT operation validation testing.

Source/JavaScriptCore/assembler/ProbeContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ class Context {
249249
friend JS_EXPORT_PRIVATE void* probeStateForContext(Context&); // Not for general use. This should only be for writing tests.
250250
};
251251

252-
extern "C" void executeJSCJITProbe(State*);
252+
extern "C" void executeJSCJITProbe(State*) REFERENCED_FROM_ASM WTF_INTERNAL;
253253

254254
} // namespace Probe
255255
} // namespace JSC

0 commit comments

Comments
 (0)