Changeset 341
- Timestamp:
- Jan 20, 2004, 3:15:12 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/PPC/ppc-asm.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/PPC/ppc-asm.lisp
r201 r341 1992 1992 (incf (svref *ppc-opcode-counts* op)))))) 1993 1993 (when (fboundp 'ccl::fixup-vinsn-templates) ; not defined yet at bootstrap time 1994 (ccl::fixup-vinsn-templates ccl::*ppc-vinsn-templates**ppc-opcode-numbers* ))1994 (ccl::fixup-vinsn-templates (ccl::backend-p2-vinsn-templates ccl::*target-backend*) *ppc-opcode-numbers* )) 1995 1995 (when (fboundp 'ccl::fixup-ppc-backend) 1996 1996 (ccl::fixup-ppc-backend))) … … 2428 2428 2429 2429 2430 2431 2432 (defun ccl::lookup-ppc-opcode (name) 2433 (gethash (string name) ppc::*ppc-opcode-numbers*)) 2430 2434 2431 2435 #|
Note:
See TracChangeset
for help on using the changeset viewer.
