Changeset 13862
- Timestamp:
- Jun 19, 2010, 3:58:42 AM (14 years ago)
- File:
-
- 1 edited
-
branches/arm/lisp-kernel/arm-exceptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/lisp-kernel/arm-exceptions.c
r13848 r13862 963 963 } 964 964 965 966 967 968 /* This only tries to implement the "optional" fsqrt and fsqrts 969 instructions, which were generally implemented on IBM hardware 970 but generally not available on Motorola/Freescale systems. 971 */ 972 OSStatus 965 966 Boolean 973 967 handle_unimplemented_instruction(ExceptionInformation *xp, 974 968 opcode instruction, … … 976 970 { 977 971 978 return -1;972 return false; 979 973 } 980 974
Note:
See TracChangeset
for help on using the changeset viewer.
