diff options
| author | Philippe Mathieu-Daudé | 2017-03-04 19:56:52 +0100 |
|---|---|---|
| committer | Yongbok Kim | 2017-03-20 12:06:32 +0100 |
| commit | b44a7fb14eaebb4f606f768c66122aa54d471887 (patch) | |
| tree | 98ca858dae57bd341777766ae70efcf4eca207d1 /Makefile.objs | |
| parent | target-mips: replace break by goto cp0_unimplemented (diff) | |
| download | qemu-b44a7fb14eaebb4f606f768c66122aa54d471887.tar.gz qemu-b44a7fb14eaebb4f606f768c66122aa54d471887.tar.xz qemu-b44a7fb14eaebb4f606f768c66122aa54d471887.zip | |
target-mips: replace few LOG_DISAS() with trace points
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Yongbok Kim <yongbok.kim@imgtec.com>
Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
Diffstat (limited to 'Makefile.objs')
| -rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index e740500e2d..6167e7b17d 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -157,6 +157,7 @@ trace-events-subdirs += audio trace-events-subdirs += net trace-events-subdirs += target/arm trace-events-subdirs += target/i386 +trace-events-subdirs += target/mips trace-events-subdirs += target/sparc trace-events-subdirs += target/s390x trace-events-subdirs += target/ppc |
