Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2003 21:19:50 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29326 for review
Message-ID:  <200304210419.h3L4JoHN058736@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29326

Change 29326 by marcel@marcel_nfs on 2003/04/20 21:18:52

	Improve the bundling messed up by the previous change.

Affected files ...

.. //depot/projects/ia64_epc/sys/ia64/ia64/exception.s#15 edit

Differences ...

==== //depot/projects/ia64_epc/sys/ia64/ia64/exception.s#15 (text+ko) ====

@@ -527,17 +527,20 @@
 	;;
 
 1:
+{	.mmi
 	mov		ar.unat=r17
-	mov		ar.fpsr=r23
+	mov		cr.iip=r27
 	mov		ar.pfs=r19
+}
+{	.mmi
 	mov		cr.ipsr=r24
 	mov		cr.ifs=r26
-	mov		cr.iip=r27
+	mov		pr=r18,0x1fffe
 	;;
-
-{	.mib
+}
+{	.mmb
 	mov		ar.rsc=r22
-	mov		pr=r18,0x1fffe
+	mov		ar.fpsr=r23
 	rfi
 	;;
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304210419.h3L4JoHN058736>