[Liboil-commit] testsuite/double_catch.c

David Schleef ds at kemper.freedesktop.org
Thu Mar 13 16:09:09 PDT 2008


 testsuite/double_catch.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit df4f750948578fef32dc2ab686085decdf74e736
Author: David Schleef <ds at ginger.bigkitten.com>
Date:   Thu Mar 13 16:10:44 2008 -0700

    Change illegal powerpc opcode to 0x0

diff --git a/testsuite/double_catch.c b/testsuite/double_catch.c
index f83e198..5ac4440 100644
--- a/testsuite/double_catch.c
+++ b/testsuite/double_catch.c
@@ -18,7 +18,7 @@ void unknown_insn(void *far)
 #ifdef HAVE_POWERPC
 void unknown_insn(void *far)
 {
-  asm ("illegal");
+  asm (".long 0");
 }
 #define HAVE_ILLEGAL_INSN
 #endif


More information about the Liboil-commit mailing list