Properly test BYTES_BIG_ENDIAN.

From-SVN: r6754
This commit is contained in:
Richard Kenner 1994-03-12 07:35:56 -05:00
parent 8cd2aff2d1
commit d62d64da54

View File

@ -1,5 +1,5 @@
/* Definitions for Bytecode Interpreter. /* Definitions for Bytecode Interpreter.
Copyright (C) 1993 Free Software Foundation, Inc. Copyright (C) 1993, 1994 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
@ -124,7 +124,7 @@ struct bytecode
DEST offset by OFFSET bits. */ DEST offset by OFFSET bits. */
#ifdef BYTES_BIG_ENDIAN #if BYTES_BIG_ENDIAN
#define SHIFT_IN_BITS(DEST, SOURCE, OFFSET, NBITS) \ #define SHIFT_IN_BITS(DEST, SOURCE, OFFSET, NBITS) \
(DEST = ((DEST) << (NBITS)) \ (DEST = ((DEST) << (NBITS)) \