Changeset 5dc2112 in mainline
- Timestamp:
- 2005-05-08T14:26:15Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ca90d65
- Parents:
- be50915
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/context.s
rbe50915 r5dc2112 85 85 86 86 .global fpu_lazy_context_save 87 fpu_lazy_context_save: 87 88 mov 4(%esp),%eax; 88 89 fxsave (%eax) … … 90 91 ret; 91 92 .global fpu_lazy_context_restore 93 fpu_lazy_context_restore: 92 94 mov 4(%esp),%eax; 93 95 fxrstor (%eax)
Note:
See TracChangeset
for help on using the changeset viewer.