mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user