summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/hppa1.1/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-27 21:21:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-27 21:21:45 +0000
commit6ba9c27971af14037d507633705656d3d3bb2fef (patch)
tree98e4f7d78b28942cab582e540384020bc649f6b6 /c/src/exec/score/cpu/hppa1.1/cpu.c
parent2002-06-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6ba9c27971af14037d507633705656d3d3bb2fef.tar.bz2
2002-06-27 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, cpu.c, cpu_asm.S, rtems.S: Modified to make this all compile again. It has been a while since we have had a semi-working hppa1.1-rtems cross compiler. :)
Diffstat (limited to 'c/src/exec/score/cpu/hppa1.1/cpu.c')
-rw-r--r--c/src/exec/score/cpu/hppa1.1/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/hppa1.1/cpu.c b/c/src/exec/score/cpu/hppa1.1/cpu.c
index 282e0e53b6..19a5476a79 100644
--- a/c/src/exec/score/cpu/hppa1.1/cpu.c
+++ b/c/src/exec/score/cpu/hppa1.1/cpu.c
@@ -178,7 +178,7 @@ hppa_cpu_halt(unsigned32 the_error)
* XXXXX NOTE: This label is only needed that that when
* the simulator stops, it shows the label name specified
*/
- HPPA_ASM_LABEL("_hppa_cpu_halt");
+ /* HPPA_ASM_LABEL("_asm_hppa_cpu_halt");*/
HPPA_ASM_BREAK(0, 0);
}