mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Trivial BIGENDIAN=1 rsp compile fix, no whatsnew needed.
This commit is contained in:
parent
eb8405c8d1
commit
b08f51e0aa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user