Changeset ad36bd6 in mainline for arch/ia32/src/asm.s


Ignore:
Timestamp:
2005-04-25T12:37:44Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
85bfdcc8
Parents:
c9b8c5c
Message:

Small improvements.

File:
1 edited

Legend:

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

    rc9b8c5c rad36bd6  
    5353.global memsetw
    5454.global memcmp
    55 .global write_dr0
    56 .global read_dr0
    57 
    58 write_dr0:
    59         pushl %eax
    60         movl 8(%esp),%eax
    61         movl %eax,%dr0
    62         popl %eax
    63         ret
    64        
    65 read_dr0:
    66         movl %dr0,%eax
    67         ret
    6855
    6956#
Note: See TracChangeset for help on using the changeset viewer.