]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
modify_ldt nano-wibble
authorJulian Seward <jseward@acm.org>
Sat, 5 Oct 2002 15:23:17 +0000 (15:23 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 5 Oct 2002 15:23:17 +0000 (15:23 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1194

coregrind/vg_syscalls.c

index 8021f1ffa8c689ede407d707f3047246159a77a3..1c5946dc8e74101e60334f1f0f67b25af6c7586f 100644 (file)
@@ -600,7 +600,7 @@ void VG_(perform_assumed_nonblocking_syscall) ( ThreadId tid )
          if (arg1 == 1 || arg1 == 0x11) {
             /* write the LDT with the entry pointed at by ptr */
             SYSCALL_TRACK( pre_mem_read, tst, 
-                           "modify_ldt(ptr)(func=1)", arg2, 
+                           "modify_ldt(ptr)(func=1 or 0x11)", arg2, 
                            sizeof(struct vki_modify_ldt_ldt_s) );
          }
          /* "do" the syscall ourselves; the kernel never sees it */