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
2020-03-25 19:12:19 +00:00
2020-04-16 00:54:06 +00:00
2020-03-28 22:37:50 +00:00
2020-01-09 04:34:42 +00:00
2020-03-09 16:02:54 +00:00
2019-02-26 06:22:10 +00:00
2020-03-27 17:37:31 +00:00
2020-03-19 21:05:11 +00:00
2020-03-09 15:48:53 +00:00
2020-03-08 17:42:42 +00:00
2020-04-16 23:29:49 +00:00
2019-02-26 06:22:10 +00:00
2020-03-27 17:37:31 +00:00
2020-02-03 17:34:57 +00:00
2020-04-07 12:57:50 +00:00
2020-04-07 19:46:00 +00:00
2020-04-07 12:57:50 +00:00
2020-01-23 10:40:34 +00:00
2020-03-29 02:29:06 +00:00
2020-03-27 01:00:03 +00:00
2019-05-24 19:43:38 +00:00
2020-03-19 21:05:11 +00:00
2020-01-02 04:34:22 +00:00