X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=oberon.h;h=53693a79629e8b772c38497cfc0c00046891cbed;hb=12ae486a18746b042fcc4ebbefc5449d4d3464af;hp=ef9ad7f1c891223eb2241ef8d4020e3855a50645;hpb=89dfaf94ddbbc501020554232ce026b6584e8045;p=dsw-obn.git diff --git a/oberon.h b/oberon.h index ef9ad7f..53693a7 100644 --- a/oberon.h +++ b/oberon.h @@ -39,6 +39,7 @@ struct gen_context_s gcc_jit_result * gcc_result; gen_block_t * block; unsigned record_count; + gcc_jit_lvalue * gcc_alloc; }; typedef struct oberon_type_s oberon_type_t; @@ -257,7 +258,8 @@ enum MODE_INDEX, MODE_FIELD, MODE_DEREF, - MODE_NIL + MODE_NIL, + MODE_NEW }; enum