Subversion Repositories HelenOS-historic

Rev

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

Rev 622 Rev 1702
Line 24... Line 24...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
-
 
29
 /** @addtogroup mips32debug
-
 
30
 * @{
-
 
31
 */
-
 
32
/** @file
-
 
33
 */
-
 
34
 
29
#ifndef __mips32_DEBUG_H__
35
#ifndef __mips32_DEBUG_H__
30
#define __mips23_DEBUG_H__
36
#define __mips23_DEBUG_H__
31
 
37
 
32
 
38
 
33
 
39
 
Line 42... Line 48...
42
/**     simulator enters interactive mode */
48
/**     simulator enters interactive mode */
43
#define ___intmode()    asm volatile ( "\t.word\t0x29\n");
49
#define ___intmode()    asm volatile ( "\t.word\t0x29\n");
44
 
50
 
45
 
51
 
46
#endif
52
#endif
-
 
53
 
-
 
54
 /** @}
-
 
55
 */
-
 
56