mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
$NetBSD: patch-ag,v 1.1 2005/03/17 14:23:46 wiz Exp $
|
|
|
|
--- sim/ppc/ppc-instructions.orig 2002-03-23 22:18:31.000000000 +0100
|
|
+++ sim/ppc/ppc-instructions
|
|
@@ -1218,6 +1218,7 @@ void::function::convert_to_integer:cpu *
|
|
}
|
|
/**/
|
|
LABEL(Done):
|
|
+ (void)0; /* Dirty workaround to solve problems under gcc 3.4.1 */
|
|
|
|
|
|
# extract out raw fields of a FP number
|