Changeset 176 for soft/giet_vm/libs
- Timestamp:
- Jul 21, 2012, 10:28:22 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/libs/common.h
r175 r176 27 27 */ 28 28 29 inline void __abort(); 29 static inline void __abort() 30 { 31 asm volatile ("break 0"); 32 while(1); 33 } 30 34 31 35 ////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.