summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c')
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c b/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c
index 95e404677f..d9e230ea33 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c
@@ -526,7 +526,6 @@ saveDone:\n\
");
#endif
-
/*
* remcomHandler is a front end for handle_exception. It moves the
* stack pointer into an area reserved for debugger use in case the
@@ -638,7 +637,6 @@ void getpacket(char *buffer)
/* send the packet in buffer. The host get's one chance to read it.
This routine does not wait for a positive acknowledge. */
-
void
putpacket(char *buffer)
{
@@ -1026,7 +1024,6 @@ void handle_exception(int exceptionVector)
}
}
-
void initializeRemcomErrorFrame()
{
lastFrame = ((Frame *) &gdbFrameStack[FRAMESIZE-1]) - 1;