diff options
Diffstat (limited to 'debug/programs/debug.c')
| -rw-r--r-- | debug/programs/debug.c | 2 |
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) { |
