From fa9ea27e11e53c3f7fcc9396f38d9a8a5b45fa3b Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 3 Mar 2007 01:40:55 +0000 Subject: Fix a comment that sounded a bit odd. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12560 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/spc/Spc_Dsp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/codecs/spc/Spc_Dsp.h b/apps/codecs/spc/Spc_Dsp.h index fdcd37f226..d09b753e87 100644 --- a/apps/codecs/spc/Spc_Dsp.h +++ b/apps/codecs/spc/Spc_Dsp.h @@ -1138,7 +1138,8 @@ static void DSP_run_( struct Spc_Dsp* this, long count, int32_t* out_buf ) /* Generate output */ asm volatile ( - /* fetch filter results to eliminate stalls */ + /* fetch filter results _after_ gcc loads asm + block parameters to eliminate emac stalls */ "movclr.l %%acc0, %[out_0] \r\n" "movclr.l %%acc1, %[out_1] \r\n" /* apply global volume */ -- cgit v1.2.3