Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2003 17:21:55 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42723 for review
Message-ID:  <200311180121.hAI1Ltwn091129@repoman.freebsd.org>

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

Change 42723 by marcel@marcel_nfs on 2003/11/17 17:20:57

	Missed a spot...

Affected files ...

.. //depot/projects/ia64/gnu/usr.bin/binutils/gdb/freebsd-uthread.c#8 edit

Differences ...

==== //depot/projects/ia64/gnu/usr.bin/binutils/gdb/freebsd-uthread.c#8 (text+ko) ====

@@ -478,6 +478,22 @@
 
 #endif
 
+#ifdef __ia64__
+
+static char jmpmap[125] = {
+  -1
+};
+
+#endif
+
+#ifdef __ia64__
+
+static char jmpmap[125] = {
+  -1
+};
+
+#endif
+
 static void
 freebsd_uthread_fetch_registers (int regno)
 {



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