exec-all.h: Use stl_le_p instead of stl_p patching x86
commitcb3d83bc49e823b5fe43cf4f17eac60f24c6805c
authorRichard Henderson <rth@twiddle.net>
Tue, 13 May 2014 17:16:07 +0000 (13 10:16 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 13 May 2014 17:16:07 +0000 (13 10:16 -0700)
tree5ab8602b1fd17c55c00125d4d2ed56b7e31aee19
parentcd2b9b86803e46a09cf239afc44413884efa53f4
exec-all.h: Use stl_le_p instead of stl_p patching x86

We got the wrong version of stl_p, the one that bswaps as appropriate
for the target.  Since x86 is always little-endian, the "_le_" routine
will resolve to what we want.

Signed-off-by: Richard Henderson <rth@twiddle.net>
include/exec/exec-all.h