diff options
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r-- | gcc/java/class.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 3ba60bd..4ac4a4f0 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -1723,6 +1723,7 @@ make_class_data (tree type) PUSH_FIELD_VALUE (cons, "protectionDomain", null_pointer_node); PUSH_FIELD_VALUE (cons, "hack_signers", null_pointer_node); PUSH_FIELD_VALUE (cons, "chain", null_pointer_node); + PUSH_FIELD_VALUE (cons, "aux_info", null_pointer_node); FINISH_RECORD_CONSTRUCTOR (cons); |