diff options
-rw-r--r-- | fail.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fail.c b/fail.c index 5d1b80b..855189c 100644 --- a/fail.c +++ b/fail.c @@ -115,6 +115,8 @@ void illegalins() : : : "memory"); #elif defined(__aarch64__) __asm__ __volatile__ (".word 0x00800011" : : : "memory"); +#elif defined(__powerpc__) + __asm__ __volatile__ (".long 0" : : : "memory"); #else #error implement illegalins for this architecture #endif |