Commit a32b8cba by Richard Kenner

Properly test WORDS_BIG_ENDIAN.

From-SVN: r6755
parent d62d64da
/* 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; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment