2002-02-04 Daniel Jacobowitz <drow@mvista.com>

* regformats/regdat.sh: Add braces to the definition of
        expedite_regs_${arch}.
This commit is contained in:
Daniel Jacobowitz 2002-02-04 22:45:49 +00:00
parent db2530270b
commit c638789ff8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-02-04 Daniel Jacobowitz <drow@mvista.com>
* regformats/regdat.sh: Add braces to the definition of
expedite_regs_${arch}.
2002-02-04 Daniel Jacobowitz <drow@mvista.com>
* regformats/regdef.h (struct reg): Add comment describing the

View File

@ -150,7 +150,7 @@ done
echo "};"
echo
echo "const char *expedite_regs_${name} = { \"`echo ${expedite} | sed 's/,/", "/g'`\", 0 };"
echo "const char *expedite_regs_${name}[] = { \"`echo ${expedite} | sed 's/,/", "/g'`\", 0 };"
# close things off
exec 1>&2