Skip to content
Snippets Groups Projects
Commit e477db2f authored by Lukas Stadler's avatar Lukas Stadler
Browse files

Merge pull request #396 in G/fastr from...

Merge pull request #396 in G/fastr from ~STEPAN.SINDELAR_ORACLE.COM/fastr:fix/fortran-truffle-boundary to master

* commit 'a97d87a6':
  Add @TruffleBoundary over Fortran.lookup method
parents 61028c3c a97d87a6
Branches
No related tags found
No related merge requests found
......@@ -228,6 +228,7 @@ public class ForeignFunctions {
}
@Override
@TruffleBoundary
protected RExternalBuiltinNode lookupBuiltin(RList f) {
switch (lookupName(f)) {
case "dqrdc2":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment