VirtualBox

Changeset 36175 in vbox for trunk/src/recompiler/disas.h


Ignore:
Timestamp:
Mar 4, 2011 4:21:09 PM (14 years ago)
Author:
vboxsync
Message:

rem: Synced up to v0.11.1 (35bfc7324e2e6946c4113ada5db30553a1a7c40b) from git://git.savannah.nongnu.org/qemu.git.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/disas.h

    r36170 r36175  
    11#ifndef _QEMU_DISAS_H
    22#define _QEMU_DISAS_H
     3
     4#include "qemu-common.h"
    35
    46/* Disassemble this for me please... (debugging). */
    57void disas(FILE *out, void *code, unsigned long size);
    68void target_disas(FILE *out, target_ulong code, target_ulong size, int flags);
    7 void monitor_disas(CPUState *env,
     9
     10#ifndef VBOX
     11/* The usual mess... FIXME: Remove this condition once dyngen-exec.h is gone */
     12#ifndef __DYNGEN_EXEC_H__
     13void monitor_disas(Monitor *mon, CPUState *env,
    814                   target_ulong pc, int nb_insn, int is_physical, int flags);
     15#endif
     16#endif
    917
    1018/* Look up symbol for debugging purpose.  Returns "" if unknown. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette