Changeset 5dc2112 in mainline


Ignore:
Timestamp:
2005-05-08T14:26:15Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ca90d65
Parents:
be50915
Message:

Add missing function names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/context.s

    rbe50915 r5dc2112  
    8585
    8686.global fpu_lazy_context_save
     87fpu_lazy_context_save:
    8788    mov 4(%esp),%eax;
    8889    fxsave (%eax)
     
    9091    ret;
    9192.global fpu_lazy_context_restore
     93fpu_lazy_context_restore:
    9294    mov 4(%esp),%eax;
    9395    fxrstor (%eax)
Note: See TracChangeset for help on using the changeset viewer.