diff options
author | John Hodge <tpg@mutabah.net> | 2016-08-19 23:10:07 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-08-19 23:10:07 +0800 |
commit | f66c6970e3b9a5704254ea946a984982e11856b2 (patch) | |
tree | 13015f189ab3885539379bafcb562ef29d4750cf /src | |
parent | ec912d7f6237f640c6ab4e4f41bf930b042a1712 (diff) | |
download | mrust-f66c6970e3b9a5704254ea946a984982e11856b2.tar.gz |
Main - Load the debug map
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 1 |
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
|