Add test for gdb function calls.
[riscv-tests.git] / debug / programs / debug.c
index c7c23a6e83dea1bfe5b0c45058806c0110b274ed..7d0b8767c74140c64a685e5da24d9bed792bd158 100644 (file)
@@ -4,6 +4,8 @@
 
 unsigned int crc32a(uint8_t *message, unsigned int size);
 
+char __malloc_start[512];
+
 void rot13(char *buf)
 {
     while (*buf) {