no need to cast to u32 according to @wwylele comment
This commit is contained in:
parent
b4cdbf3ee8
commit
5a47cbed17
@ -514,7 +514,7 @@ static bool IsDataAvailable() {
|
|||||||
fd_set fd_socket;
|
fd_set fd_socket;
|
||||||
|
|
||||||
FD_ZERO(&fd_socket);
|
FD_ZERO(&fd_socket);
|
||||||
FD_SET(static_cast<u32>(gdbserver_socket), &fd_socket);
|
FD_SET(gdbserver_socket, &fd_socket);
|
||||||
|
|
||||||
struct timeval t;
|
struct timeval t;
|
||||||
t.tv_sec = 0;
|
t.tv_sec = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user