diff options
author | Eric Anholt <eric@anholt.net> | 2006-12-12 13:45:41 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-12-12 14:55:10 -0800 |
commit | 838af10b85ee8c085c6d2c4fbe18fd90b2be9d3f (patch) | |
tree | 5d20a313d6b0beb61e8f7b28f29c3f1bf881a335 /src/common.h | |
parent | 668ae6ce3c3c4b93a58749fd44ef32451adb6f9c (diff) |
Move PrintErrorState and CheckInheritedErrors code to i830_debug.c.
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index dd3fed62..540983b5 100644 --- a/src/common.h +++ b/src/common.h @@ -96,7 +96,7 @@ extern void I830DPRINTF_stub(const char *filename, int line, const char *function, const char *fmt, ...); #ifdef _I830_H_ -#define PrintErrorState I830PrintErrorState +#define PrintErrorState i830_dump_error_state #define WaitRingFunc I830WaitLpRing #define RecPtr pI830 #else |