K 10 svn:author V 5 gonzo K 8 svn:date V 27 2012-03-22T17:36:53.248353Z K 7 svn:log V 279 Fix PMC syscall on 64-bit big endian systems. Sycall argument is pointer to array of register_t values. Casting it to pointer to structure with fields of size smaller then register_t we rely on compiler-dependent memory layout of structure. Tested on: mips64 and amd64 systems END