summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/a29k/pswmacro.ah
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 13:59:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 13:59:42 +0000
commitd1c83050711c2579c92ee2e4888f53a6658565ab (patch)
treec1a73bc02b24b18e8841b8e089657bc1a7c2e62b /c/src/exec/score/cpu/a29k/pswmacro.ah
parent2000-09-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d1c83050711c2579c92ee2e4888f53a6658565ab.tar.bz2
2000-09-22 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, cpu_asm.S, psmacro.ah, rtems/score/cpu.h: First attempt to compile with GNU tools. Minor modifications to compile enough to get to assembler errors.
Diffstat (limited to 'c/src/exec/score/cpu/a29k/pswmacro.ah')
-rw-r--r--c/src/exec/score/cpu/a29k/pswmacro.ah8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/exec/score/cpu/a29k/pswmacro.ah b/c/src/exec/score/cpu/a29k/pswmacro.ah
index c21eee4f35..12f6dc6abd 100644
--- a/c/src/exec/score/cpu/a29k/pswmacro.ah
+++ b/c/src/exec/score/cpu/a29k/pswmacro.ah
@@ -281,8 +281,8 @@ $1:
nop ;
add v2, rfb, 0 ;
$2:
- cpeq v0, v3, rfb ; fill rfb->'rfb
- jmpt v0, $3 ; if rfb==rfb'
+ cpeq v0, v3, rfb ; fill rfb->rfb
+ jmpt v0, $3 ; if rfb==rfb
const tav, (0x80<<2) ; prepare for fill
or tav, tav, v2 ;
@@ -294,12 +294,12 @@ $2:
mtsr cr, tav ;
loadm 0, 0, gr0, v2 ; fill from LA->rfb
$3:
- add rfb, v3, 0 ; move rfb upto 'rfb
+ add rfb, v3, 0 ; move rfb upto rfb
sub rab, v1, 0 ; assign rab to rfb-512
add v0, msp, SIGCTX_GR1 ;
load 0, 0, v2, v0 ; v0 = interrupted gr1
- add gr1, v2, 0 ; move gr1 upto 'gr1
+ add gr1, v2, 0 ; move gr1 upto gr1
nop ;
.endm