summaryrefslogtreecommitdiff
path: root/src/base/remote_gdb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/remote_gdb.hh')
-rw-r--r--src/base/remote_gdb.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/remote_gdb.hh b/src/base/remote_gdb.hh
index 27b4ab488..82a1e15bc 100644
--- a/src/base/remote_gdb.hh
+++ b/src/base/remote_gdb.hh
@@ -171,7 +171,7 @@ class BaseRemoteGDB
uint8_t getbyte();
void putbyte(uint8_t b);
- int recv(char *data, int len);
+ void recv(std::vector<char> &bp);
void send(const char *data);
/*