* config/tc-mips.c: Fix a comment typo.

This commit is contained in:
Kazu Hirata 2001-08-11 15:15:15 +00:00
parent 99c79b2e5d
commit f72c8c98df
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-08-11 Kazu Hirata <kazu@hxi.com>
* config/tc-mips.c: Fix a comment typo.
2001-08-10 Richard Sandiford <rsandifo@redhat.com> 2001-08-10 Richard Sandiford <rsandifo@redhat.com>
* config/tc-mips.c (move_register): New function. * config/tc-mips.c (move_register): New function.

View File

@ -5789,7 +5789,7 @@ macro (ip)
R4000 uses interlocks to handle coproc delays. R4000 uses interlocks to handle coproc delays.
Other chips (like the R3000) require nops to be inserted for delays. Other chips (like the R3000) require nops to be inserted for delays.
FIXME: Currently, we require that the user handles delays. FIXME: Currently, we require that the user handle delays.
In order to fill delay slots for non-interlocked chips, In order to fill delay slots for non-interlocked chips,
we must have a way to specify delays based on the coprocessor. we must have a way to specify delays based on the coprocessor.
Eg. 4 cycles if load coproc reg from memory, 1 if in cache, etc. Eg. 4 cycles if load coproc reg from memory, 1 if in cache, etc.