summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-08-19 23:10:07 +0800
committerJohn Hodge <tpg@mutabah.net>2016-08-19 23:10:07 +0800
commitf66c6970e3b9a5704254ea946a984982e11856b2 (patch)
tree13015f189ab3885539379bafcb562ef29d4750cf /src
parentec912d7f6237f640c6ab4e4f41bf930b042a1712 (diff)
downloadmrust-f66c6970e3b9a5704254ea946a984982e11856b2.tar.gz
Main - Load the debug map
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3d2c3ffa..36e1b191 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -97,6 +97,7 @@ void CompilePhaseV(const char *name, Fcn f) {
/// main!
int main(int argc, char *argv[])
{
+ init_debug_list();
ProgramParams params(argc, argv);
// Set up cfg values