From 7856fb224e7120635e36e7fd2ff962d2fa0b0e68 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sat, 5 Oct 2002 15:23:17 +0000 Subject: [PATCH] modify_ldt nano-wibble git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1194 --- coregrind/vg_syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/vg_syscalls.c b/coregrind/vg_syscalls.c index 8021f1ffa..1c5946dc8 100644 --- a/coregrind/vg_syscalls.c +++ b/coregrind/vg_syscalls.c @@ -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 */