Changeset 7830
- Timestamp:
- Dec 5, 2007, 11:17:31 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/compiler/X86/x86-lap.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/compiler/X86/x86-lap.lisp
r7359 r7830 221 221 (when (gethash s x86::*x86-opcode-template-lists*) 222 222 (error "~s already defines an x86 instruction." name)) 223 (setf (gethash s (backend-lap-macros * x86-backend*)) def)))223 (setf (gethash s (backend-lap-macros *target-backend*)) def))) 224 224 225 225 (defmacro defx86lapmacro (name arglist &body body)
Note:
See TracChangeset
for help on using the changeset viewer.
