svp: convert asm to ual / apple gas

This commit is contained in:
notaz 2013-07-29 02:52:11 +03:00
parent 34e7fb0ba5
commit f3fe3e5ba2
4 changed files with 37 additions and 40 deletions

View file

@ -1880,7 +1880,7 @@ void ssp1601_dyn_run(int cycles)
ssp_translate_block(DUMP_BLOCK >> 1);
#endif
#ifdef __arm__
ssp_drc_entry(cycles);
ssp_drc_entry(ssp, cycles);
#endif
}