Changeset 227b145 in rtems
- Timestamp:
- Aug 31, 2018, 6:56:08 AM (16 months ago)
- Branches:
- master
- Children:
- 1a2656cd
- Parents:
- 0aae151
- git-author:
- Daniel Hellstrom <daniel@…> (08/31/18 06:56:08)
- git-committer:
- Daniel Hellstrom <daniel@…> (09/20/18 10:48:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h
r0aae151 r227b145 153 153 RTEMS_INLINE_ROUTINE void _CPU_Instruction_illegal( void ) 154 154 { 155 __asm__ volatile ( "unimp " );155 __asm__ volatile ( "unimp 0" ); 156 156 } 157 157
Note: See TracChangeset
for help on using the changeset viewer.