summaryrefslogtreecommitdiff
path: root/frontends/amiga/memory.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-05 18:26:12 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-06-09 19:41:27 +0100
commit4134d4cbd67ab734ab1703489cca47d39a7e9864 (patch)
tree68eefe6ddfee79051d1762c041c59cdfba5bc3a5 /frontends/amiga/memory.c
parent1a235de6628693b18e1b2e9a5ed1d4154d2fe749 (diff)
downloadnetsurf-4134d4cbd67ab734ab1703489cca47d39a7e9864.tar.gz
netsurf-4134d4cbd67ab734ab1703489cca47d39a7e9864.tar.bz2
Updates to allow clib2 memory debug mode to work
Diffstat (limited to 'frontends/amiga/memory.c')
-rwxr-xr-xfrontends/amiga/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/memory.c b/frontends/amiga/memory.c
index be7483808..2e53c6842 100755
--- a/frontends/amiga/memory.c
+++ b/frontends/amiga/memory.c
@@ -167,7 +167,7 @@ struct Interrupt *ami_memory_init(void)
struct Interrupt *memhandler = malloc(sizeof(struct Interrupt));
if(memhandler == NULL) return NULL; // we're screwed
- kprintf("init");
+ kprintf("netsurf init");
memhandler->is_Node.ln_Pri = -127; // low down as will be slow
memhandler->is_Node.ln_Name = "NetSurf low memory handler";