Changeset ad36bd6 in mainline for arch/ia32/src/asm.s
- Timestamp:
- 2005-04-25T12:37:44Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 85bfdcc8
- Parents:
- c9b8c5c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/asm.s
rc9b8c5c rad36bd6 53 53 .global memsetw 54 54 .global memcmp 55 .global write_dr056 .global read_dr057 58 write_dr0:59 pushl %eax60 movl 8(%esp),%eax61 movl %eax,%dr062 popl %eax63 ret64 65 read_dr0:66 movl %dr0,%eax67 ret68 55 69 56 #
Note:
See TracChangeset
for help on using the changeset viewer.