]> cloudbase.mooo.com Git - avrcpm.git/commitdiff
* avr/Z80int-jmp.asm
authorLeo <erbl259-lmu@yahoo.de>
Fri, 19 Apr 2013 22:45:41 +0000 (22:45 +0000)
committerLeo <erbl259-lmu@yahoo.de>
Fri, 19 Apr 2013 22:45:41 +0000 (22:45 +0000)
  - Bugfix: Trace works again.

git-svn-id: svn://cu.loc/avr-cpm/avrcpm/trunk@213 57430480-672e-4586-8877-bcf8adbbf3b7

avr/Z80int-jmp.asm

index 675b287b8502b4940c808f1dca667c68adea0113..442650bee45cccdf8c4eb2047de1329b31d8b080 100644 (file)
@@ -134,7 +134,7 @@ int_instr:
 int_test:
        sbrs    intstat,i_trace
        rjmp    int_notrace
-       sbrs    intstat,i_halt
+       sbrc    intstat,i_halt
        rjmp    int_notrace
        cpi     z_pch,DBG_TRACE_BOTTOM
        brlo    int_notrace