Changeset 8360
- Timestamp:
- Jan 29, 2008, 2:13:19 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/lisp-kernel/x86-macros.s (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/lisp-kernel/x86-macros.s
r8252 r8360 244 244 movl %ebp,catch_frame.ebp(%imm0) 245 245 movd %rcontext:tcr.foreign_sp,%stack_temp 246 movd %stack_temp,catch_frame.foreign_sp(%imm0) 246 247 movd %mm1,catch_frame.db_link(%imm0) 247 248 movl %imm0,catch_frame.xframe(%imm0) 248 movd %stack_temp,catch_frame.foreign_sp(%imm0)249 249 movl %xfn,catch_frame.pc(%imm0) 250 250 movl %imm0,%rcontext:tcr.catch_top … … 419 419 420 420 define([set_nargs],[ 421 mov w[$]$1<<fixnumshift,%nargs421 movl [$]$1<<fixnumshift,%nargs 422 422 ]) 423 423 … … 603 603 define([push_argregs],[ 604 604 new_macro_labels() 605 cmp w[$]1*node_size,%nargs605 cmpl [$]1*node_size,%nargs 606 606 jb macro_label(done) 607 607 je macro_label(z)
Note:
See TracChangeset
for help on using the changeset viewer.
