Better debugging for Win32 driver
This commit is contained in:
parent
ab4091b366
commit
9b9a57c2c9
1 changed files with 1 additions and 3 deletions
|
@ -487,9 +487,7 @@ LLDSPEC bool_t gdisp_lld_init(GDisplay *g) {
|
||||||
|
|
||||||
#if GDISP_HARDWARE_STREAM_WRITE || GDISP_HARDWARE_STREAM_READ
|
#if GDISP_HARDWARE_STREAM_WRITE || GDISP_HARDWARE_STREAM_READ
|
||||||
void BAD_PARAMETER(const char *msg) {
|
void BAD_PARAMETER(const char *msg) {
|
||||||
volatile int a;
|
fprintf(stderr, "%s\n", msg);
|
||||||
// This is really just a point for us to set the debugger
|
|
||||||
a = 0;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue