Trivial BIGENDIAN=1 rsp compile fix, no whatsnew needed.

This commit is contained in:
R. Belmont 2010-01-01 16:36:08 +00:00
parent eb8405c8d1
commit b08f51e0aa

View File

@ -7431,7 +7431,9 @@ static void static_generate_memory_accessor(rsp_state *rsp, int size, int iswrit
drcuml_state *drcuml = rsp->impstate->drcuml;
drcuml_block *block;
jmp_buf errorbuf;
#ifdef LSB_FIRST
int unaligned_case = 1;
#endif
/* if we get an error back, we're screwed */
if (setjmp(errorbuf) != 0)