| Submitter | Max Filippov |
|---|---|
| Date | Aug. 17, 2012, 6:38 a.m. |
| Message ID | <CAMo8BfKqtNUvXE6AGy-jaMGJ_n9iR=1N_5PovHt-Wcq8rLP23g@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/178144/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/softmmu_template.h b/softmmu_template.h index b8bd700..b2ae078 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 */