diff options
Diffstat (limited to 'lib/asm-cl.js')
-rw-r--r-- | lib/asm-cl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asm-cl.js b/lib/asm-cl.js index ad2932466..b701a789a 100644 --- a/lib/asm-cl.js +++ b/lib/asm-cl.js @@ -29,7 +29,7 @@ var expandTabs = require('./utils').expandTabs; var sourceTag = /^;\s*([0-9]+)\s*:/; var ignoreAll = /^\s*include listing\.inc$/; var fileFind = /^; File\s+(.*)$/; -var gccExplorerDir = /\\gcc-explorer-compiler/; // has to match part of the path in compile.js (ugly) +var gccExplorerDir = /\\gcc-explorer-compiler/; // has to match part of the path in compile-handler.js (ugly) // Parse into: // * optional leading whitespace // * middle part |