mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[KDGDB] Fix GCC8 build
This commit is contained in:
parent
3cb0bdaa0b
commit
140ec9d037
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ UINT_PTR gdb_dbg_tid;
|
||||||
|
|
||||||
static inline
|
static inline
|
||||||
KDSTATUS
|
KDSTATUS
|
||||||
LOOP_IF_SUCCESS(x)
|
LOOP_IF_SUCCESS(int x)
|
||||||
{
|
{
|
||||||
return (x == KdPacketReceived) ? (KDSTATUS)-1 : x;
|
return (x == KdPacketReceived) ? (KDSTATUS)-1 : x;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue