From 88d594a3d52cb5938521619bca0def8e5b040cf0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 May 1995 21:39:42 +0000 Subject: Fully tested on all in-house targets --- c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c index 765e60c62c..115a5bd136 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c +++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c @@ -1,5 +1,5 @@ /* - * @(#)bspstart.c 1.13 - 95/04/25 + * @(#)bspstart.c 1.14 - 95/05/16 * */ @@ -24,7 +24,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * $Id$ + * bspstart.c,v 1.2 1995/05/09 20:17:33 joel Exp */ #include @@ -255,11 +255,11 @@ bsp_start(void) #ifdef hppa7200 /* - * Use DR0 if supported + * Use HPPA_DR0 if supported */ { int dr0; - HPPA_ASM_MFCPU(DR0, dr0); + HPPA_ASM_MFCPU(HPPA_DR0, dr0); cpu_number = (dr0 >> 4) & 0x7; } #else -- cgit v1.2.3