Subversion Repositories HelenOS

Rev

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

Rev 1862 Rev 1863
Line 47... Line 47...
47
.macro TRAP_INSTRUCTION n
47
.macro TRAP_INSTRUCTION n
48
    mov TT_TRAP_INSTRUCTION(\n), %g2
48
    mov TT_TRAP_INSTRUCTION(\n), %g2
49
    sethi %hi(syscall), %g1
49
    sethi %hi(syscall), %g1
50
    ba trap_instruction_handler
50
    ba trap_instruction_handler
51
    or %g1, %lo(syscall), %g1
51
    or %g1, %lo(syscall), %g1
52
 
-
 
53
.endm
52
.endm
54
 
53
 
55
#endif /* __ASM__ */
54
#endif /* __ASM__ */
56
 
55
 
57
#endif
56
#endif