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 f4e7c2f6ce
commit 872cd52f99

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;
}