Adrian Chadd 6c88ef1c81 [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
2020-04-16 23:29:49 +00:00
..
2019-06-25 04:50:09 +00:00
2019-02-26 06:22:10 +00:00
2019-02-26 06:22:10 +00:00
2020-01-23 10:40:34 +00:00
2019-05-24 19:43:38 +00:00