Subversion Repositories HelenOS-historic

Rev

Rev 667 | Rev 897 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 667 Rev 883
Line 28... Line 28...
28
 
28
 
29
#ifndef __sparc64_EXCEPTION_H__
29
#ifndef __sparc64_EXCEPTION_H__
30
#define __sparc64_EXCEPTION_H__
30
#define __sparc64_EXCEPTION_H__
31
 
31
 
32
#define TT_INSTRUCTION_ACCESS_EXCEPTION     0x08
32
#define TT_INSTRUCTION_ACCESS_EXCEPTION     0x08
-
 
33
#define TT_ILLEGAL_INSTRUCTION          0x10
33
#define TT_MEM_ADDRESS_NOT_ALIGNED      0x34
34
#define TT_MEM_ADDRESS_NOT_ALIGNED      0x34
34
 
35
 
35
#ifndef __ASM__
36
#ifndef __ASM__
36
extern void do_instruction_access_exc(void);
37
extern void do_instruction_access_exc(void);
37
extern void do_mem_address_not_aligned(void);
38
extern void do_mem_address_not_aligned(void);
-
 
39
extern void do_illegal_instruction(void);
38
#endif /* !__ASM__ */
40
#endif /* !__ASM__ */
39
 
41
 
40
#endif
42
#endif