Changeset 9461
- Timestamp:
- May 12, 2008, 7:07:30 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/level-0/X86/X8632/x8632-def.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/level-0/X86/X8632/x8632-def.lisp
r9192 r9461 62 62 (box-fixnum imm0 arg_z) 63 63 (single-value-return)) 64 65 (defx8632lapfunction %function-register-usage ((f arg_z)) 66 (check-nargs 1) 67 (trap-unless-typecode= f x8632::subtag-function) 68 (movl (% esp) (% temp0)) 69 (pushl ($ nil)) 70 (pushl ($ nil)) 71 (jmp-subprim .SPvalues)) 64 72 65 73 ;;; XXX probably should unify these next two with the x8664 versions.
Note:
See TracChangeset
for help on using the changeset viewer.
