GIT
/
REPO
/
FRED-BOY
Projects
/
dsw-obn.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Добавлено вычисление размеров типа для аллокации
[dsw-obn.git]
/
oberon.h
diff --git
a/oberon.h
b/oberon.h
index ef9ad7f1c891223eb2241ef8d4020e3855a50645..53693a79629e8b772c38497cfc0c00046891cbed 100644
(file)
--- 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
DEADSOFTWARE 2012-2025