]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
rm QEMU references; the derivation is now so distant its barely
authorJulian Seward <jseward@acm.org>
Thu, 10 Mar 2005 19:40:41 +0000 (19:40 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 10 Mar 2005 19:40:41 +0000 (19:40 +0000)
relevant.

git-svn-id: svn://svn.valgrind.org/vex/trunk@1019

VEX/priv/guest-x86/gdefs.h
VEX/priv/guest-x86/ghelpers.c

index c69835328310b73f92a65ea6c2316d8c1f4d44bf..cb320ccc2bf03f59f171be40088d3e9b7968e747 100644 (file)
@@ -35,9 +35,6 @@
 
 /* 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
 
@@ -60,7 +57,7 @@ extern
 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 
index d4c3d9619264a850755ba2dd30696ada790612b8..2b4e5d11f4abb0281d57ef9c5a94e5505fa4facb 100644 (file)
    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.  
 */