Date: Fri, 4 Jun 2004 14:34:10 +0100 (BST) From: Jan Grant <Jan.Grant@bristol.ac.uk> To: Poul-Henning Kamp <phk@phk.freebsd.dk> Cc: current@freebsd.org Subject: Re: [REVIEW] panic file+line backout patch Message-ID: <Pine.GSO.4.58.0406041432570.12212@mail.ilrt.bris.ac.uk> In-Reply-To: <17036.1086353899@critter.freebsd.dk> References: <17036.1086353899@critter.freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 4 Jun 2004, Poul-Henning Kamp wrote: > =================================================================== > RCS file: /home/ncvs/src/sys/arm/arm/locore.S,v > retrieving revision 1.1 > diff -u -r1.1 locore.S > --- arm/arm/locore.S 14 May 2004 11:46:42 -0000 1.1 > +++ arm/arm/locore.S 4 Jun 2004 12:55:08 -0000 > @@ -153,9 +153,7 @@ > bl _C_LABEL(mi_startup) /* call mi_startup()! */ > > adr r0, .Lmainreturned > - adr r1, .LFile > - mov r2, #__LINE__ > - b _C_LABEL(__panic) > + b _C_LABEL(anic) Typo? -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/ Boycott Arabic numerals! What have they ever done for us?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.58.0406041432570.12212>