Subversion Repositories HelenOS-historic

Rev

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

Rev 242 Rev 341
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
#ifndef __mips_DEBUG_H__
29
#ifndef __mips32_DEBUG_H__
30
#define __mips_DEBUG_H__
30
#define __mips23_DEBUG_H__
31
 
31
 
32
 
32
 
33
 
33
 
34
/** simulator enters the trace mode */
34
/** simulator enters the trace mode */
35
#define ___traceon()    asm volatile ( "\t.word\t0x39\n");
35
#define ___traceon()    asm volatile ( "\t.word\t0x39\n");