all repos — mgba @ 325380989cec960668ba43d008f710c82e1cac11

mGBA Game Boy Advance Emulator

Clean up unnecessary operation in GDB stub
Jeffrey Pfau jeffrey@endrift.com
Sat, 01 Feb 2014 15:39:47 -0800
commit

325380989cec960668ba43d008f710c82e1cac11

parent

9435226c58e998555e3908251b2fae32db783bd5

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/debugger/gdb-stub.csrc/debugger/gdb-stub.c

@@ -450,7 +450,6 @@ int flags = fcntl(stub->socket, F_GETFL);

if (flags == -1) { goto cleanup; } - flags |= O_NONBLOCK; fcntl(stub->socket, F_SETFL, flags | O_NONBLOCK); return 1;