- Timestamp:
- Oct 5, 2007, 9:50:15 AM (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
r7337 r7359 1437 1437 (%function-vector-to-function function-vector)))) 1438 1438 1439 ;;; This should probably be called %define-x8664-lap-function...1440 1439 (defun %define-x86-lap-function (name forms &optional (bits 0)) 1440 (target-arch-case 1441 (:x8632 1442 (%define-x8632-lap-function name forms bits)) 1443 (:x8664 1444 (%define-x8664-lap-function name forms bits)))) 1445 1446 (defun %define-x8664-lap-function (name forms &optional (bits 0)) 1441 1447 (let* ((*x86-lap-labels* ()) 1442 1448 (*x86-lap-constants* ())
Note:
See TracChangeset
for help on using the changeset viewer.
