From 16b21f379065354c1898f04cd8ac5111c07f11d1 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Wed, 17 Feb 2010 02:37:58 +0000 Subject: [PATCH] oops, dsp assembler can't handle labels with whitespace before them :) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5070 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/DSPSpy/tests/dsp_base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/DSPSpy/tests/dsp_base.inc b/Source/DSPSpy/tests/dsp_base.inc index 50a1e18ac3..3190667989 100644 --- a/Source/DSPSpy/tests/dsp_base.inc +++ b/Source/DSPSpy/tests/dsp_base.inc @@ -212,7 +212,7 @@ send_back: addi $ac0.m, #0x200 mrr $ac1.m, $ax0.l addi $ac1.m, #0x100 - dma_copy: +dma_copy: mrr $ax0.l, $ac1.m ; Wait for the CPU to send us a mail.