From d0d5c84689f630b55666deeb7ab2c5df0387e1de Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 5 Feb 1987 16:39:39 +0000 Subject: [PATCH] bug fix --- modules/src/read_em/mkcalls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/src/read_em/mkcalls.c b/modules/src/read_em/mkcalls.c index bcced4df0..fb329efb9 100644 --- a/modules/src/read_em/mkcalls.c +++ b/modules/src/read_em/mkcalls.c @@ -111,7 +111,7 @@ EM_dopseudo(opcode, args) register struct e_args *args2, *args3; arg = c_getarg(args, cst_ptyp); - args2 = c_getarg(arg, arg_ptyp); + args2 = c_getarg(arg, par_ptyp); args3 = c_getarg(args2, cst_ptyp); args3 = c_getarg(args3, 0); switch(arg->em_argtype) { @@ -170,7 +170,7 @@ EM_dopseudo(opcode, args) register struct e_args *args2, *args3; arg = c_getarg(args, cst_ptyp); - args2 = c_getarg(arg, arg_ptyp); + args2 = c_getarg(arg, par_ptyp); args3 = c_getarg(args2, cst_ptyp); args3 = c_getarg(args3, 0); switch(arg->em_argtype) { -- 2.34.1