Changeset c7c0b89b in mainline for generic/src/syscall/syscall.c
- Timestamp:
- 2006-04-22T18:05:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 613bc54
- Parents:
- 68091bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/syscall/syscall.c
r68091bd rc7c0b89b 65 65 } 66 66 67 static __native sys_int_control(int enable) 68 { 69 panic("Not implemented."); 70 } 71 67 72 /** Dispatch system call */ 68 73 __native syscall_handler(__native a1, __native a2, __native a3, … … 78 83 sys_io, 79 84 sys_tls_set, 85 sys_int_control, 80 86 sys_thread_create, 81 87 sys_thread_exit,
Note:
See TracChangeset
for help on using the changeset viewer.