More work on create test (almost working beside some annoying bug)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3451 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2009-06-15 16:48:34 +00:00
parent ae463c4ac4
commit cac04c958b
4 changed files with 61 additions and 57 deletions

View File

@ -758,7 +758,7 @@ bool DSPAssembler::AssembleFile(const char *fname, int pass)
return false;
}
printf("%s: Pass %d\n", fname, pass);
//printf("%s: Pass %d\n", fname, pass);
code_line = 0;
m_cur_pass = pass;