Changeset 7f97ef5 in OpenModelica


Ignore:
Timestamp:
2020-06-25T15:36:29+02:00 (4 years ago)
Author:
GitHub <noreply@…>
Branches:
Added-citation-metadata, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
522a3929, 73472905
Parents:
fa92706
git-author:
Martin Sjölund <martin.sjolund@…> (06/25/20 15:36:29)
git-committer:
GitHub <noreply@…> (06/25/20 15:36:29)
Message:

[NF] Evaluate intMaxLit (#995)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/NFFrontEnd/NFCeval.mo

    rd1b662f r7f97ef5  
    19021902    case "intBitLShift" then evalIntBitLShift(args);
    19031903    case "intBitRShift" then evalIntBitRShift(args);
     1904    case "intMaxLit" then Expression.INTEGER(System.intMaxLit());
    19041905    case "inferredClock" then evalInferredClock(args);
    19051906    case "rationalClock" then evalRationalClock(args);
Note: See TracChangeset for help on using the changeset viewer.