attempting to store the source location information collected while compiling into the moo_dbginfo_t data structure

This commit is contained in:
hyunghwan.chung
2019-07-07 15:24:27 +00:00
parent 81a1785c35
commit fba3c3213c
5 changed files with 80 additions and 1 deletions

View File

@ -6824,7 +6824,7 @@ static int add_compiled_method (moo_t* moo)
/* the method has been read in from the main souce stream */
source_file = moo->_nil;
}
preamble_code = MOO_METHOD_PREAMBLE_NONE;
preamble_index = 0;
preamble_flags = 0;