Properly test WORDS_BIG_ENDIAN.

From-SVN: r6755
This commit is contained in:
Richard Kenner 1994-03-12 07:36:32 -05:00
parent d62d64da54
commit a32b8cbac8
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* Bytecode definitions for GNU C-compiler.
Copyright (C) 1993 Free Software Foundation, Inc.
Copyright (C) 1993, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
@ -24,7 +24,7 @@ extern int max_stack_depth;
/* Emit DI constant according to target machine word ordering */
#ifdef WORD_HIGH_ENDIAN
#if WORDS_BIG_ENDIAN
#define bc_emit_bytecode_DI_const(CST) \
{ int opcode; \