~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to target-sh4/helper.c

  • Committer: aliguori
  • Date: 2009-01-15 22:36:53 UTC
  • Revision ID: git-v1:8fec2b8c454f00d9200e6eb75c6cda73f8425c00
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)

These are references to 'loglevel' that aren't on a simple 'if (loglevel &
X) qemu_log()' statement.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>



git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6340 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
        }
106
106
    }
107
107
 
108
 
    if (loglevel & CPU_LOG_INT) {
 
108
    if (qemu_loglevel_mask(CPU_LOG_INT)) {
109
109
        const char *expname;
110
110
        switch (env->exception_index) {
111
111
        case 0x0e0: