Bug fix: EM_MESARG gives em_arg, not em_args!

This commit is contained in:
ceriel 1987-01-23 16:00:37 +00:00
parent 808332ba2b
commit b2379b8cf4

View File

@ -227,7 +227,7 @@ EM_getinstr()
args = argp;
argp = args->em_next;
p->em_type = EM_MESARG;
p->em_args = args;
p->em_arg = args;
args->em_next = 0;
return p;
}