Closed pkubaj closed 4 years ago
While we generally only support x86 and x86-64 as our platforms, we will definitely welcome patches to fix this issue. Please take a look at #2200, as it seems to be pretty much the same issue, and take note of the discussion there.
Actually I think this is just because the function variables are commented out in swap_bsp_data()
and swap_sdlc_data()
. There will be a compiler warning on little-endian systems because the variables are unused, so someone dealt with the warning without realizing they are needed on big-endian.
Looks like big-endian code wasn't updated: