aboutsummaryrefslogtreecommitdiff
path: root/debug/programs/debug.c
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2016-06-27 17:10:09 -0700
committerTim Newsome <tim@sifive.com>2016-07-19 11:24:25 -0700
commitbc2dac07529b05e438ab93d8fcbc495741675d32 (patch)
treed39a9cedb15c13c358f88a22d3896feff0257291 /debug/programs/debug.c
parent7c9510e7a7e224ee3d51ebe736a58f81017a71a0 (diff)
downloadriscv-tests-bc2dac07529b05e438ab93d8fcbc495741675d32.zip
riscv-tests-bc2dac07529b05e438ab93d8fcbc495741675d32.tar.gz
riscv-tests-bc2dac07529b05e438ab93d8fcbc495741675d32.tar.bz2
Add test for gdb function calls.
Diffstat (limited to 'debug/programs/debug.c')
-rw-r--r--debug/programs/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/programs/debug.c b/debug/programs/debug.c
index c7c23a6..7d0b876 100644
--- a/debug/programs/debug.c
+++ b/debug/programs/debug.c
@@ -4,6 +4,8 @@
unsigned int crc32a(uint8_t *message, unsigned int size);
+char __malloc_start[512];
+
void rot13(char *buf)
{
while (*buf) {