diff options
Diffstat (limited to 'target/mips/trace-events')
-rw-r--r-- | target/mips/trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/trace-events b/target/mips/trace-events index 05eafd7..ba87fe6 100644 --- a/target/mips/trace-events +++ b/target/mips/trace-events @@ -1,5 +1,5 @@ # See docs/devel/tracing.txt for syntax documentation. -# target/mips/translate.c +# translate.c mips_translate_c0(const char *instr, const char *rn, int reg, int sel) "%s %s (reg %d sel %d)" mips_translate_tr(const char *instr, int rt, int u, int sel, int h) "%s (reg %d u %d sel %d h %d)" |