We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ad110 commit c0c71a1Copy full SHA for c0c71a1
1 file changed
src/views/component-viewer/scvd-eval-interface.ts
@@ -257,6 +257,7 @@ export class ScvdEvalInterface implements ModelHost, DataAccessHost, IntrinsicPr
257
}
258
259
/* ---------------- Intrinsics ---------------- */
260
+
261
public async __FindSymbol(symbolName: string): Promise<number | undefined> {
262
return this.findSymbolAddressNormalized(symbolName);
263
0 commit comments