X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=tools%2Fnescc-mig.in;h=97d824a31ad8ba7311b5798770903bb39394be5b;hp=124c375eeaa8c13d351e6facdedc966899a6d720;hb=7b54393e237ed8f23c0c74f0a6cbc8de26c5bf98;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6 diff --git a/tools/nescc-mig.in b/tools/nescc-mig.in index 124c375..97d824a 100644 --- a/tools/nescc-mig.in +++ b/tools/nescc-mig.in @@ -185,6 +185,7 @@ sub basetype() return "PUSH" if $basetype =~ /^AN?[SU]$/; return "POP" if $basetype eq "AX"; + return "F" if $basetype =~ /^Nnx_float/; return "U" if $basetype =~ /^Nnxle_u/; return "I" if $basetype =~ /^Nnxle_/; return "BU" if $basetype =~ /^Nnx_u/;