Fix invalid variable types
authorPaul Cercueil <paul@crapouillou.net>
Thu, 30 May 2024 09:52:21 +0000 (11:52 +0200)
committernotaz <notasas@gmail.com>
Thu, 30 May 2024 23:04:06 +0000 (02:04 +0300)
On SH4, uint32_t is "unsigned long" and int32_t is "long"; which means
that "int32_t" and "int" pointers cannot be used interchangeably without
an explicit cast.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>

No differences found