Index: /branches/watchpoints/level-0/X86/X8632/x8632-utils.lisp
===================================================================
--- /branches/watchpoints/level-0/X86/X8632/x8632-utils.lisp	(revision 12980)
+++ /branches/watchpoints/level-0/X86/X8632/x8632-utils.lisp	(revision 12981)
@@ -399,5 +399,4 @@
   (movl ($ arch::watch-trap-function-watch) (%l imm0))
   (uuo-watch-trap)
-  (movl ($ nil) (%l arg_z))
   (single-value-return))
 
Index: /branches/watchpoints/level-0/X86/x86-utils.lisp
===================================================================
--- /branches/watchpoints/level-0/X86/x86-utils.lisp	(revision 12980)
+++ /branches/watchpoints/level-0/X86/x86-utils.lisp	(revision 12981)
@@ -449,5 +449,4 @@
   (movl ($ arch::watch-trap-function-watch) (%l imm0))
   (uuo-watch-trap)
-  (movl ($ nil) (%l arg_z))
   (single-value-return))
 
