summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/hppa1.1/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/hppa1.1/cpu.c')
-rw-r--r--cpukit/score/cpu/hppa1.1/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/hppa1.1/cpu.c b/cpukit/score/cpu/hppa1.1/cpu.c
index 282e0e53b6..19a5476a79 100644
--- a/cpukit/score/cpu/hppa1.1/cpu.c
+++ b/cpukit/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);
}