2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-10 04:00:27 +08:00

(TARGET_SWITCHES): Fix typo.

From-SVN: r9419
This commit is contained in:
Torbjorn Granlund 1995-04-19 21:49:24 +00:00
parent 43f2999d1d
commit a01408abbe

@ -123,7 +123,7 @@ extern int target_flags;
{"pa-risc-1-0", -1}, \
{"pa-risc-1-1", 1}, \
{"disable-fpregs", 2}, \
{"no-disable-fpregs", 2}, \
{"no-disable-fpregs", -2}, \
{"fast-indirect-calls", 4}, \
{"no-fast-indirect-calls", -4},\
{"jump-in-delay", 8}, \