mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00: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:
parent
ae463c4ac4
commit
cac04c958b
4 changed files with 61 additions and 57 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue