Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[Core] Simplify a loop within function Run() in Interpreter.cpp. The …
…increment variable for the for loop is never used at all, so it's sensible to replace it with a while loop.
- Loading branch information