/* Only to be used within the guest-x86 directory. */
-/* Some of this stuff is taken from QEMU, which is Copyright (c) 2003
- Fabrice Bellard, and licensed under the LGPL. */
-
#ifndef __LIBVEX_GUEST_X86_DEFS_H
#define __LIBVEX_GUEST_X86_DEFS_H
IRExpr* guest_x86_spechelper ( HChar* function_name,
IRExpr** args );
-/* Describes to the optimser which part of the guest state require
+/* Describes to the optimiser which part of the guest state require
precise memory exceptions. This is logically part of the guest
state description. */
extern
that prefix is not called from generated code. Note that some
LibVEX_* functions can however be called by VEX's client, but that
is not the same as calling them from VEX-generated code.
-
- Some of this code/logic is derived from QEMU, which is copyright
- Fabrice Bellard, licensed under the LGPL. It is used with
- permission.
*/