Changeset 5442
- Timestamp:
- Nov 2, 2006, 8:37:41 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/arch.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/arch.lisp
r5089 r5442 38 38 39 39 40 ;; Error numbers, as used in UU0s and such. 41 ;; These match "ccl:pmcl;errors.h" & "ccl:pmcl;errors.s" 42 40 ;;; Error numbers, as used in UU0s and such. 41 ;;; These match constants defined in the kernel sources. 43 42 (defconstant error-reg-regnum 0) ; "real" error number is in RB field of UU0. 44 43 ; Currently only used for :errchk in emulated traps … … 107 106 simple-array-single-float-2d 108 107 mod-char-code-limit 108 array-2d 109 array-3d 110 array_bit 111 array_s8 112 array_u8 113 array_s16 114 array_u16 115 array_s32 116 array_u32 117 array_s64 118 array_u64 119 array_fixnum 120 array_single_float 121 array_double_float 122 array_char 109 123 ) 110 124
Note:
See TracChangeset
for help on using the changeset viewer.
