last modifications in order to introduce the EM library mechanism
This commit is contained in:
parent
56fef70c43
commit
40e0784b59
@ -42,6 +42,7 @@ extern char options[];
|
|||||||
init_code(dst_file)
|
init_code(dst_file)
|
||||||
char *dst_file;
|
char *dst_file;
|
||||||
{
|
{
|
||||||
|
C_init(word_size, pointer_size); /* initialise EM module */
|
||||||
if (C_open(dst_file) == 0)
|
if (C_open(dst_file) == 0)
|
||||||
fatal("cannot write to %s\n", dst_file);
|
fatal("cannot write to %s\n", dst_file);
|
||||||
#ifndef USE_TMP
|
#ifndef USE_TMP
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user