PERFORCE change 44436 for review

Juli Mallett jmallett at FreeBSD.org
Sun Dec 28 01:43:54 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=44436

Change 44436 by jmallett at jmallett_oingo on 2003/12/28 01:43:03

	Some XXX.

Affected files ...

.. //depot/projects/mips/sys/dev/arcbios/arcbios.c#11 edit

Differences ...

==== //depot/projects/mips/sys/dev/arcbios/arcbios.c#11 (text+ko) ====

@@ -139,6 +139,7 @@
 static void
 arcbios_fill_vector(struct arcbios *A, const struct arcbios_fv *V)
 {
+	/* XXX not ARCBIOS64 safe. */
 #define	ARCSET(Func)	A->Func = (void *)(intptr_t)(int) V->Func
 	ARCSET(Load);
 	ARCSET(Invoke);


More information about the p4-projects mailing list