Index: /branches/ia32/compiler/X86/x86-lap.lisp
===================================================================
--- /branches/ia32/compiler/X86/x86-lap.lisp	(revision 7829)
+++ /branches/ia32/compiler/X86/x86-lap.lisp	(revision 7830)
@@ -221,5 +221,5 @@
     (when (gethash s x86::*x86-opcode-template-lists*)
       (error "~s already defines an x86 instruction." name))
-    (setf (gethash s (backend-lap-macros *x86-backend*)) def)))
+    (setf (gethash s (backend-lap-macros *target-backend*)) def)))
 
 (defmacro defx86lapmacro (name arglist &body body)
