| Submitter | Max Filippov |
|---|---|
| Date | Aug. 16, 2012, 6:31 p.m. |
| Message ID | <CAMo8BfLPgCbfRnHCfJpTvgeEie0nhSf5TiCX+xi9Y+LpM-FuZg@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/178071/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/softmmu_template.h b/softmmu_template.h index b8bd700..2d02133 100644 --- a/softmmu_template.h +++ b/softmmu_template.h @@ -114,6 +114,7 @@ glue(glue(glue(HELPER_PREFIX, ld), SUFFIX), MMUSUFFIX)(ENV_PARAM target_phys_addr_t ioaddr; uintptr_t retaddr; + fprintf(stderr, "%s: %08x\n", __func__, addr); /* test if there is match for unaligned or IO access */ /* XXX: could done more in memory macro in a non portable way */