last modifications in order to introduce the EM library mechanism
This commit is contained in:
parent
5880700ab4
commit
fe073353c0
|
@ -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…
Reference in a new issue