K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-12-18T15:09:10.154614Z K 7 svn:log V 389 games/eureka: fix build on powerpc64 head clang can't build this code: In file included from src/e_basis.cc:27: In file included from src/main.h:86: src/sys_endian.h:66:58: error: unsupported inline asm: input with type 'int' matching output with type 'u16_t' (aka 'unsigned short') __asm__("rlwimi %0,%2,8,16,23" : "=&r" (result) : "0" (x >> 8), "r" (x)); Approved by: tier 2 blanket END