hwbp.h patch

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
misfire
Posts: 110
Joined: Mon Sep 06, 2004 7:53 am
Location: Germany

hwbp.h patch

Post by misfire »

You need to apply the following patch if you want to use both debug.h and hwbp.h:

Code: Select all

Index: hwbp.h
===================================================================
--- hwbp.h	(revision 1240)
+++ hwbp.h	(working copy)
@@ -11,8 +11,8 @@
 # Hardware breakpoint functions
 */
 
-#ifndef __DEBUG_H__
-#define __DEBUG_H__
+#ifndef __HWBP_H__
+#define __HWBP_H__
 
 #include <tamtypes.h>
 
Post Reply