(RELOCATION_VALUE_1): Fixed integer value from 0 to 1.

Tue Oct 12 22:28:10 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * (RELOCATION_VALUE_1): Fixed integer value from 0 to 1.

From-SVN: r29933
This commit is contained in:
Alexandre Petit-Bianco 1999-10-13 05:37:30 +00:00 committed by Alexandre Petit-Bianco
parent cacc154ecc
commit b5edd13335
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Oct 12 22:28:10 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* (RELOCATION_VALUE_1): Fixed integer value from 0 to 1.
1999-10-07 Anthony Green <green@cygnus.com>
* jcf-write.c (generate_classfile): Use UNSAFE_PUTx in cases

View File

@ -187,7 +187,7 @@ struct jcf_relocation
};
#define RELOCATION_VALUE_0 ((HOST_WIDE_INT)0)
#define RELOCATION_VALUE_1 ((HOST_WIDE_INT)0)
#define RELOCATION_VALUE_1 ((HOST_WIDE_INT)1)
/* State for single catch clause. */