Index: /trunk/processor/main.m4
===================================================================
--- /trunk/processor/main.m4	(revision 719)
+++ /trunk/processor/main.m4	(revision 794)
@@ -185,5 +185,5 @@
 dnl {{{ COPYNULL(1:elm)
 define(`COPYNULL', `
-	COPYNULL_EX(`dst->$1', `$2')DONE(`$1')
+	COPYNULL_EX(`dst->$1', `$1')DONE(`$1')
 ')
 dnl }}}
Index: /trunk/ChangeLog
===================================================================
--- /trunk/ChangeLog	(revision 783)
+++ /trunk/ChangeLog	(revision 794)
@@ -16,4 +16,5 @@
  * adds 30 seconds timeout to "compiling" flag
  * decompiler: improves decompiling
+ * disassembler: improper handling of null field
  * disassembler: DECLARE_INHERITED_CLASS/DELAYED class not found
  * disassembler: don't dump builtin functions
