K 10 svn:author V 6 adrian K 8 svn:date V 27 2020-04-16T23:29:49.189955Z K 7 svn:log V 262 [libsa] Fix typecast of pointer for st_dev This code was trying to use a pointer value for st_dev, which is definitely not a pointer. Instead, cast to uintptr_t so it becomes a non-pointer value before casting it. Tested: mips-gcc cross compile, mips32 build END