An error occurred while fetching folder content.
Michael Ellerman
authored
Older compilers think val may be used uninitialized:
arch/powerpc/lib/sstep.c: In function 'emulate_loadstore':
arch/powerpc/lib/sstep.c:2758:23: error: 'val' may be used uninitialized in this function
We know better, but initialise val to 0 to avoid breaking the build.
Signed-off-by:
Michael Ellerman <mpe@ellerman.id.au>
Name | Last commit | Last update |
---|---|---|
.. |