Changeset 29618fe in buchla-emu
- Timestamp:
-
08/05/2017 08:57:52 PM
(7 years ago)
- Author:
- Thomas Lopatic <thomas@…>
- Branches:
- master
- Children:
- 65e7a3a
- Parents:
- 149c3e0
- Message:
-
No GDB connection -> no breakpoint response.
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r149c3e0
|
r29618fe
|
|
611 | 611 | state = STATE_ACK; |
612 | 612 | |
| 613 | if (con == NULL) { |
| 614 | cont_cpu(); |
| 615 | continue; |
| 616 | } |
| 617 | |
613 | 618 | if (SDLNet_TCP_Send(con, "$S05#b8", 7) != 7) { |
614 | 619 | err("connection error"); |