Skip to content

Commit bdb6b8f

Browse files
committed
Fix typo
1 parent ae8d349 commit bdb6b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prim

+1-1
Original file line numberDiff line numberDiff line change
@@ -3243,7 +3243,7 @@ le-uxd@ ( c_addr -- ud ) gforth l_e_u_xd_fetch
32433243
UTetrabyte tb[2];
32443244
memcpy((Char*)tb, c_addr, 8);
32453245
# ifndef WORDS_BIGENDIAN
3246-
D_IS(ud, tb[1], tb[9]);
3246+
D_IS(ud, tb[1], tb[0]);
32473247
# else
32483248
D_IS(ud, BSWAP32(tb[1]), BSWAP32(tb[0]));
32493249
# endif

0 commit comments

Comments
 (0)