diff options
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js index e18492d5..b60f650e 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -25,10 +25,12 @@ var CONSTANTS = { 'QUANTUM_SIZE': QUANTUM_SIZE }; if (CORRECT_SIGNS === 2) { CORRECT_SIGNS_LINES = set(CORRECT_SIGNS_LINES); // for fast checking } - if (CORRECT_OVERFLOWS === 2) { CORRECT_OVERFLOWS_LINES = set(CORRECT_OVERFLOWS_LINES); // for fast checking } +if (CORRECT_ROUNDINGS === 2) { + CORRECT_ROUNDINGS_LINES = set(CORRECT_ROUNDINGS_LINES); // for fast checking +} // Load compiler code |