New installation mechanism
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
EM_TABLE=../../../etc/em_table
|
||||
EM_TABLE=$1
|
||||
argtype=$2
|
||||
echo "switch(p->em_opcode) {"
|
||||
for i in - cdflnorswz p b
|
||||
do
|
||||
list=`./argtype $i $EM_TABLE`
|
||||
list=`$argtype $i $EM_TABLE`
|
||||
case $i in
|
||||
-) args='()'
|
||||
echo " /* no arguments */"
|
||||
@@ -32,7 +33,7 @@ do
|
||||
EOF
|
||||
done
|
||||
done
|
||||
list=`./argtype g $EM_TABLE`
|
||||
list=`$argtype g $EM_TABLE`
|
||||
cat << 'EOF'
|
||||
default:
|
||||
/* a "g" argument */
|
||||
|
||||
Reference in New Issue
Block a user